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