pub struct GetNative;Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetNative
impl RefUnwindSafe for GetNative
impl Send for GetNative
impl Sync for GetNative
impl Unpin for GetNative
impl UnsafeUnpin for GetNative
impl UnwindSafe for GetNative
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