pub struct CliArgs {
pub verbose: u8,
pub repo: Option<String>,
pub domain: Option<String>,
pub config: Option<String>,
}
Fields§
§verbose: u8
§repo: Option<String>
§domain: Option<String>
§config: Option<String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CliArgs
impl RefUnwindSafe for CliArgs
impl Send for CliArgs
impl Sync for CliArgs
impl Unpin for CliArgs
impl UnwindSafe for CliArgs
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