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