pub struct UnknownError;
Expand description
The result of FromStr::from_str, when parsing a field (other than vendor), with a value that is not known to the library
Trait Implementations§
Source§impl Clone for UnknownError
impl Clone for UnknownError
Source§fn clone(&self) -> UnknownError
fn clone(&self) -> UnknownError
Returns a duplicate 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 moreSource§impl Debug for UnknownError
impl Debug for UnknownError
Source§impl Display for UnknownError
impl Display for UnknownError
impl Copy for UnknownError
Auto Trait Implementations§
impl Freeze for UnknownError
impl RefUnwindSafe for UnknownError
impl Send for UnknownError
impl Sync for UnknownError
impl Unpin for UnknownError
impl UnwindSafe for UnknownError
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