pub enum UserOptions {
Get(UserCliArgs),
}
Variants§
Get(UserCliArgs)
Trait Implementations§
Source§impl From<UserCommand> for UserOptions
impl From<UserCommand> for UserOptions
Source§fn from(cmd: UserCommand) -> Self
fn from(cmd: UserCommand) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UserOptions
impl RefUnwindSafe for UserOptions
impl Send for UserOptions
impl Sync for UserOptions
impl Unpin for UserOptions
impl UnwindSafe for UserOptions
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