pub struct C14nError {
pub message: String,
}Expand description
c14n failure: a float or out-of-range number in a canonical value.
Fields§
§message: StringDeterministic message.
Trait Implementations§
impl Eq for C14nError
Source§impl Error for C14nError
impl Error for C14nError
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()
impl StructuralPartialEq for C14nError
Auto Trait Implementations§
impl Freeze for C14nError
impl RefUnwindSafe for C14nError
impl Send for C14nError
impl Sync for C14nError
impl Unpin for C14nError
impl UnsafeUnpin for C14nError
impl UnwindSafe for C14nError
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