pub enum JAUTOW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field JAUTO
Variants§
DISABLED
Automatic injected group conversion disabled
ENABLED
Automatic injected group conversion enabled
Auto Trait Implementations§
impl Freeze for JAUTOW
impl RefUnwindSafe for JAUTOW
impl Send for JAUTOW
impl Sync for JAUTOW
impl Unpin for JAUTOW
impl UnwindSafe for JAUTOW
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