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