Struct runtime::core_objects::Dictionary
source · [−]pub struct Dictionary {
pub contents: HashMap<HashableObjectRef, ObjectRef>,
}
Fields
contents: HashMap<HashableObjectRef, ObjectRef>
Auto Trait Implementations
impl !RefUnwindSafe for Dictionary
impl !Send for Dictionary
impl !Sync for Dictionary
impl Unpin for Dictionary
impl !UnwindSafe for Dictionary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more