pub struct OutputFormatParseError(pub String);Expand description
Failed to parse output format from string.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for OutputFormatParseError
impl Clone for OutputFormatParseError
Source§fn clone(&self) -> OutputFormatParseError
fn clone(&self) -> OutputFormatParseError
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 OutputFormatParseError
impl Debug for OutputFormatParseError
Source§impl Display for OutputFormatParseError
impl Display for OutputFormatParseError
Source§impl Error for OutputFormatParseError
impl Error for OutputFormatParseError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for OutputFormatParseError
impl PartialEq for OutputFormatParseError
impl Eq for OutputFormatParseError
impl StructuralPartialEq for OutputFormatParseError
Auto Trait Implementations§
impl Freeze for OutputFormatParseError
impl RefUnwindSafe for OutputFormatParseError
impl Send for OutputFormatParseError
impl Sync for OutputFormatParseError
impl Unpin for OutputFormatParseError
impl UnwindSafe for OutputFormatParseError
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