pub struct UnrecognizedOption { /* private fields */ }
Expand description
Represents an unrecognized option.
Implementations§
Trait Implementations§
Source§impl Clone for UnrecognizedOption
impl Clone for UnrecognizedOption
Source§fn clone(&self) -> UnrecognizedOption
fn clone(&self) -> UnrecognizedOption
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for UnrecognizedOption
impl RefUnwindSafe for UnrecognizedOption
impl Send for UnrecognizedOption
impl Sync for UnrecognizedOption
impl Unpin for UnrecognizedOption
impl UnwindSafe for UnrecognizedOption
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