pub struct Object<'map> { /* private fields */ }
Expand description
Wrapper over an ObjectData
that contains both a reference to the data as well as
to the map it is contained in.
Implementations§
Methods from Deref<Target = ObjectData>§
Trait Implementations§
impl<'map> Copy for Object<'map>
impl<'map> StructuralPartialEq for Object<'map>
Auto Trait Implementations§
impl<'map> Freeze for Object<'map>
impl<'map> RefUnwindSafe for Object<'map>
impl<'map> Send for Object<'map>
impl<'map> Sync for Object<'map>
impl<'map> Unpin for Object<'map>
impl<'map> UnwindSafe for Object<'map>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more