pub enum SignedMessageKind {
COSESIGN,
COSESIGN1,
}Variants§
Trait Implementations§
Source§impl Clone for SignedMessageKind
impl Clone for SignedMessageKind
Source§fn clone(&self) -> SignedMessageKind
fn clone(&self) -> SignedMessageKind
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 SignedMessageKind
impl Debug for SignedMessageKind
Source§impl Ord for SignedMessageKind
impl Ord for SignedMessageKind
Source§fn cmp(&self, other: &SignedMessageKind) -> Ordering
fn cmp(&self, other: &SignedMessageKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SignedMessageKind
impl PartialEq for SignedMessageKind
Source§impl PartialOrd for SignedMessageKind
impl PartialOrd for SignedMessageKind
impl Eq for SignedMessageKind
impl StructuralPartialEq for SignedMessageKind
Auto Trait Implementations§
impl Freeze for SignedMessageKind
impl RefUnwindSafe for SignedMessageKind
impl Send for SignedMessageKind
impl Sync for SignedMessageKind
impl Unpin for SignedMessageKind
impl UnwindSafe for SignedMessageKind
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