Enum embedded_cli::arguments::ArgError
source · pub enum ArgError {
NonAsciiShortOption,
}Variants§
NonAsciiShortOption
Trait Implementations§
source§impl PartialEq for ArgError
impl PartialEq for ArgError
impl Eq for ArgError
impl StructuralPartialEq for ArgError
Auto Trait Implementations§
impl RefUnwindSafe for ArgError
impl Send for ArgError
impl Sync for ArgError
impl Unpin for ArgError
impl UnwindSafe for ArgError
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