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