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