Struct tiny_cli::ArgParseError
source · pub struct ArgParseError { /* private fields */ }Implementations§
source§impl ArgParseError
impl ArgParseError
pub fn new(help: String, cause: ArgParseCause) -> Self
Trait Implementations§
source§impl Debug for ArgParseError
impl Debug for ArgParseError
Auto Trait Implementations§
impl RefUnwindSafe for ArgParseError
impl Send for ArgParseError
impl Sync for ArgParseError
impl Unpin for ArgParseError
impl UnwindSafe for ArgParseError
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