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