pub enum ArgParseErrorType {
SortFlag(String),
BadExtension(String),
BadRegex(String),
}
Variants§
Trait Implementations§
Source§impl Debug for ArgParseErrorType
impl Debug for ArgParseErrorType
Auto Trait Implementations§
impl Freeze for ArgParseErrorType
impl RefUnwindSafe for ArgParseErrorType
impl Send for ArgParseErrorType
impl Sync for ArgParseErrorType
impl Unpin for ArgParseErrorType
impl UnwindSafe for ArgParseErrorType
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