pub struct RdShapeError { /* private fields */ }Expand description
A human-oriented explanation of a shape mismatch, including its path.
Implementations§
Trait Implementations§
Source§impl Clone for RdShapeError
impl Clone for RdShapeError
Source§fn clone(&self) -> RdShapeError
fn clone(&self) -> RdShapeError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RdShapeError
impl Debug for RdShapeError
Source§impl Display for RdShapeError
impl Display for RdShapeError
impl Eq for RdShapeError
Source§impl Error for RdShapeError
impl Error for RdShapeError
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 From<RdShapeError> for RdOptionError
impl From<RdShapeError> for RdOptionError
Source§fn from(error: RdShapeError) -> Self
fn from(error: RdShapeError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RdShapeError
impl PartialEq for RdShapeError
impl StructuralPartialEq for RdShapeError
Auto Trait Implementations§
impl Freeze for RdShapeError
impl RefUnwindSafe for RdShapeError
impl Send for RdShapeError
impl Sync for RdShapeError
impl Unpin for RdShapeError
impl UnsafeUnpin for RdShapeError
impl UnwindSafe for RdShapeError
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