pub struct UnsupportedMultihash(pub u64);
Expand description
The multihash is unsupported.
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl Clone for UnsupportedMultihash
impl Clone for UnsupportedMultihash
Source§fn clone(&self) -> UnsupportedMultihash
fn clone(&self) -> UnsupportedMultihash
Returns a duplicate of the value. Read more
1.0.0 · 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 UnsupportedMultihash
impl Debug for UnsupportedMultihash
Source§impl Display for UnsupportedMultihash
impl Display for UnsupportedMultihash
Source§impl Error for UnsupportedMultihash
impl Error for UnsupportedMultihash
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 Copy for UnsupportedMultihash
Auto Trait Implementations§
impl Freeze for UnsupportedMultihash
impl RefUnwindSafe for UnsupportedMultihash
impl Send for UnsupportedMultihash
impl Sync for UnsupportedMultihash
impl Unpin for UnsupportedMultihash
impl UnwindSafe for UnsupportedMultihash
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