pub struct Clier<T> {
pub args: Argv,
/* private fields */
}Expand description
Clier is the main struct for the framework
Fields§
§args: ArgvParsed arguments from the command line
Implementations§
source§impl Clier<MissingMeta>
impl Clier<MissingMeta>
source§impl Clier<MissingMeta>
impl Clier<MissingMeta>
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for Clier<T>where T: RefUnwindSafe,
impl<T> Send for Clier<T>where T: Send,
impl<T> Sync for Clier<T>where T: Sync,
impl<T> Unpin for Clier<T>where T: Unpin,
impl<T> UnwindSafe for Clier<T>where T: UnwindSafe,
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