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