pub struct Object { /* private fields */ }Implementations§
Trait Implementations§
impl StructuralPartialEq for Object
Auto Trait Implementations§
impl !Send for Object
impl !Sync for Object
impl Freeze for Object
impl RefUnwindSafe for Object
impl Unpin for Object
impl UnsafeUnpin for Object
impl UnwindSafe for Object
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