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