Struct ply_rs::ply::ConsistencyError
source · [−]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
sourceimpl Debug for ConsistencyError
impl Debug for ConsistencyError
sourceimpl Display for ConsistencyError
impl Display for ConsistencyError
sourceimpl Error for ConsistencyError
impl Error for ConsistencyError
sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
sourcefn 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 RefUnwindSafe for ConsistencyError
impl Send for ConsistencyError
impl Sync for ConsistencyError
impl Unpin for ConsistencyError
impl UnwindSafe for ConsistencyError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more