#[repr(i32)]pub enum HasArg {
NoArgument = 0,
RequiredArgument = 1,
OptionalArgument = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for HasArg
impl RefUnwindSafe for HasArg
impl Send for HasArg
impl Sync for HasArg
impl Unpin for HasArg
impl UnsafeUnpin for HasArg
impl UnwindSafe for HasArg
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