pub struct InvalidBytes32;Expand description
The input was not exactly 64 lowercase-or-uppercase hex digits.
Trait Implementations§
Source§impl Clone for InvalidBytes32
impl Clone for InvalidBytes32
Source§fn clone(&self) -> InvalidBytes32
fn clone(&self) -> InvalidBytes32
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 moreimpl Copy for InvalidBytes32
Source§impl Debug for InvalidBytes32
impl Debug for InvalidBytes32
Source§impl Display for InvalidBytes32
impl Display for InvalidBytes32
impl Eq for InvalidBytes32
Source§impl Error for InvalidBytes32
impl Error for InvalidBytes32
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 InvalidBytes32
impl PartialEq for InvalidBytes32
impl StructuralPartialEq for InvalidBytes32
Auto Trait Implementations§
impl Freeze for InvalidBytes32
impl RefUnwindSafe for InvalidBytes32
impl Send for InvalidBytes32
impl Sync for InvalidBytes32
impl Unpin for InvalidBytes32
impl UnsafeUnpin for InvalidBytes32
impl UnwindSafe for InvalidBytes32
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