Struct starry::GazeCommand
source · pub struct GazeCommand {}Expand description
look at the stars (default command)
Trait Implementations§
source§impl Debug for GazeCommand
impl Debug for GazeCommand
source§impl FromArgs for GazeCommand
impl FromArgs for GazeCommand
source§fn from_args(__cmd_name: &[&str], __args: &[&str]) -> Result<Self, EarlyExit>
fn from_args(__cmd_name: &[&str], __args: &[&str]) -> Result<Self, EarlyExit>
Construct the type from an input set of arguments. Read more
source§fn redact_arg_values(
__cmd_name: &[&str],
__args: &[&str]
) -> Result<Vec<String>, EarlyExit>
fn redact_arg_values( __cmd_name: &[&str], __args: &[&str] ) -> Result<Vec<String>, EarlyExit>
Get a String with just the argument names, e.g., options, flags, subcommands, etc, but
without the values of the options and arguments. This can be useful as a means to capture
anonymous usage statistics without revealing the content entered by the end user. Read more
source§impl PartialEq for GazeCommand
impl PartialEq for GazeCommand
source§fn eq(&self, other: &GazeCommand) -> bool
fn eq(&self, other: &GazeCommand) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl SubCommand for GazeCommand
impl SubCommand for GazeCommand
source§const COMMAND: &'static CommandInfo = _
const COMMAND: &'static CommandInfo = _
Information about the subcommand.
impl StructuralPartialEq for GazeCommand
Auto Trait Implementations§
impl RefUnwindSafe for GazeCommand
impl Send for GazeCommand
impl Sync for GazeCommand
impl Unpin for GazeCommand
impl UnwindSafe for GazeCommand
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