pub struct ConsistencyError { /* private fields */ }
Expand description
Contains a description, why a given Ply
object isn’t consistent and could not be made consistent.
Implementations§
Trait Implementations§
Source§impl Debug for ConsistencyError
impl Debug for ConsistencyError
Source§impl Display for ConsistencyError
impl Display for ConsistencyError
Source§impl Error for ConsistencyError
impl Error for ConsistencyError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
Auto Trait Implementations§
impl Freeze for ConsistencyError
impl RefUnwindSafe for ConsistencyError
impl Send for ConsistencyError
impl Sync for ConsistencyError
impl Unpin for ConsistencyError
impl UnwindSafe for ConsistencyError
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