pub enum UnsupportedArg {
Error,
Skip,
}Expand description
--unsupported value.
Variants§
Trait Implementations§
Source§impl Clone for UnsupportedArg
impl Clone for UnsupportedArg
Source§fn clone(&self) -> UnsupportedArg
fn clone(&self) -> UnsupportedArg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnsupportedArg
Source§impl Debug for UnsupportedArg
impl Debug for UnsupportedArg
Source§impl From<UnsupportedArg> for UnsupportedPolicy
impl From<UnsupportedArg> for UnsupportedPolicy
Source§fn from(a: UnsupportedArg) -> Self
fn from(a: UnsupportedArg) -> Self
Converts to this type from the input type.
Source§impl ValueEnum for UnsupportedArg
impl ValueEnum for UnsupportedArg
Auto Trait Implementations§
impl Freeze for UnsupportedArg
impl RefUnwindSafe for UnsupportedArg
impl Send for UnsupportedArg
impl Sync for UnsupportedArg
impl Unpin for UnsupportedArg
impl UnsafeUnpin for UnsupportedArg
impl UnwindSafe for UnsupportedArg
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