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