pub struct HashlockVersionDetectError;Expand description
The hashlock version of a tree couldn’t be determined because its cosign signatures don’t verify for any version. This means the tree is corrupt.
Trait Implementations§
Source§impl Clone for HashlockVersionDetectError
impl Clone for HashlockVersionDetectError
Source§fn clone(&self) -> HashlockVersionDetectError
fn clone(&self) -> HashlockVersionDetectError
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 HashlockVersionDetectError
impl Debug for HashlockVersionDetectError
Source§impl Display for HashlockVersionDetectError
impl Display for HashlockVersionDetectError
impl Eq for HashlockVersionDetectError
Source§impl Error for HashlockVersionDetectError
impl Error for HashlockVersionDetectError
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 HashlockVersionDetectError
Auto Trait Implementations§
impl Freeze for HashlockVersionDetectError
impl RefUnwindSafe for HashlockVersionDetectError
impl Send for HashlockVersionDetectError
impl Sync for HashlockVersionDetectError
impl Unpin for HashlockVersionDetectError
impl UnsafeUnpin for HashlockVersionDetectError
impl UnwindSafe for HashlockVersionDetectError
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