pub enum LinkProofError {
Malformed,
UnsupportedMode,
InvalidSignature,
}Variants§
Trait Implementations§
Source§impl Clone for LinkProofError
impl Clone for LinkProofError
Source§fn clone(&self) -> LinkProofError
fn clone(&self) -> LinkProofError
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 LinkProofError
Source§impl Debug for LinkProofError
impl Debug for LinkProofError
impl Eq for LinkProofError
Source§impl PartialEq for LinkProofError
impl PartialEq for LinkProofError
impl StructuralPartialEq for LinkProofError
Auto Trait Implementations§
impl Freeze for LinkProofError
impl RefUnwindSafe for LinkProofError
impl Send for LinkProofError
impl Sync for LinkProofError
impl Unpin for LinkProofError
impl UnsafeUnpin for LinkProofError
impl UnwindSafe for LinkProofError
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