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