pub enum SignatureKind {}Expand description
A marker type used to define the SignatureThreshold. This is used only
at the type-level and there are no values of the type.
Trait Implementations§
Source§impl Clone for SignatureKind
impl Clone for SignatureKind
Source§fn clone(&self) -> SignatureKind
fn clone(&self) -> SignatureKind
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 SignatureKind
Source§impl Debug for SignatureKind
impl Debug for SignatureKind
impl Eq for SignatureKind
Source§impl PartialEq for SignatureKind
impl PartialEq for SignatureKind
Source§fn eq(&self, other: &SignatureKind) -> bool
fn eq(&self, other: &SignatureKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SignatureKind
Auto Trait Implementations§
impl Freeze for SignatureKind
impl RefUnwindSafe for SignatureKind
impl Send for SignatureKind
impl Sync for SignatureKind
impl Unpin for SignatureKind
impl UnsafeUnpin for SignatureKind
impl UnwindSafe for SignatureKind
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