pub enum PrettyFormatError {
Configuration(String),
}Variants§
Trait Implementations§
Source§impl Debug for PrettyFormatError
impl Debug for PrettyFormatError
Source§impl Display for PrettyFormatError
impl Display for PrettyFormatError
Source§impl Error for PrettyFormatError
impl Error for PrettyFormatError
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 PrettyFormatError
impl PartialEq for PrettyFormatError
impl StructuralPartialEq for PrettyFormatError
Auto Trait Implementations§
impl Freeze for PrettyFormatError
impl RefUnwindSafe for PrettyFormatError
impl Send for PrettyFormatError
impl Sync for PrettyFormatError
impl Unpin for PrettyFormatError
impl UnwindSafe for PrettyFormatError
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