pub struct NackieR { /* private fields */ }
Expand description
Value of the field NACKIE
Implementations§
Auto Trait Implementations§
impl Freeze for NackieR
impl RefUnwindSafe for NackieR
impl Send for NackieR
impl Sync for NackieR
impl Unpin for NackieR
impl UnwindSafe for NackieR
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