pub enum NOSTRETCHW {
ENABLED,
DISABLED,
}
Expand description
Values that can be written to the field NOSTRETCH
Variants§
Auto Trait Implementations§
impl Freeze for NOSTRETCHW
impl RefUnwindSafe for NOSTRETCHW
impl Send for NOSTRETCHW
impl Sync for NOSTRETCHW
impl Unpin for NOSTRETCHW
impl UnwindSafe for NOSTRETCHW
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