pub enum CliParamsError {
TooManyValues,
KeyRequiresValue,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CliParamsError
impl RefUnwindSafe for CliParamsError
impl Send for CliParamsError
impl Sync for CliParamsError
impl Unpin for CliParamsError
impl UnwindSafe for CliParamsError
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