pub enum AmpsOptions {
List,
Exec(String),
}
Variants§
Trait Implementations§
Source§impl From<AmpsCommand> for AmpsOptions
impl From<AmpsCommand> for AmpsOptions
Source§fn from(options: AmpsCommand) -> Self
fn from(options: AmpsCommand) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AmpsOptions
impl RefUnwindSafe for AmpsOptions
impl Send for AmpsOptions
impl Sync for AmpsOptions
impl Unpin for AmpsOptions
impl UnwindSafe for AmpsOptions
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