pub struct CmdLineArgs {
pub name: String,
pub config_path_or_url: String,
}
Expand description
Parsed command line arguments
Fields§
§name: String
Friend name to report time for
config_path_or_url: String
Path to configuration file
Auto Trait Implementations§
impl Freeze for CmdLineArgs
impl RefUnwindSafe for CmdLineArgs
impl Send for CmdLineArgs
impl Sync for CmdLineArgs
impl Unpin for CmdLineArgs
impl UnwindSafe for CmdLineArgs
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