pub struct HelloOptions { /* private fields */ }
Expand description
Options for the hello
command.
Implementations§
Trait Implementations§
Source§impl Default for HelloOptions
impl Default for HelloOptions
Source§fn default() -> HelloOptions
fn default() -> HelloOptions
Returns the “default value” for a type. Read more
Source§impl ToArgs for HelloOptions
impl ToArgs for HelloOptions
Source§fn write_args(&self, args: &mut CommandArgs)
fn write_args(&self, args: &mut CommandArgs)
Write this Rust type as one ore multiple args into CommandArgs. Read more
Auto Trait Implementations§
impl Freeze for HelloOptions
impl RefUnwindSafe for HelloOptions
impl Send for HelloOptions
impl Sync for HelloOptions
impl Unpin for HelloOptions
impl UnwindSafe for HelloOptions
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