pub enum ThresholdSignatureV0 {
PartialOrder(Signature),
TotalOrder(Signature),
Owners(Signature),
}
Expand description
A Threshold Signature and the set used to generate it
Variants§
Trait Implementations§
Source§impl Clone for ThresholdSignatureV0
impl Clone for ThresholdSignatureV0
Source§fn clone(&self) -> ThresholdSignatureV0
fn clone(&self) -> ThresholdSignatureV0
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ThresholdSignatureV0
impl Debug for ThresholdSignatureV0
Source§impl<'de> Deserialize<'de> for ThresholdSignatureV0
impl<'de> Deserialize<'de> for ThresholdSignatureV0
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ThresholdSignatureV0
impl Display for ThresholdSignatureV0
Source§impl PartialEq for ThresholdSignatureV0
impl PartialEq for ThresholdSignatureV0
Source§impl Serialize for ThresholdSignatureV0
impl Serialize for ThresholdSignatureV0
impl Eq for ThresholdSignatureV0
impl StructuralPartialEq for ThresholdSignatureV0
Auto Trait Implementations§
impl Freeze for ThresholdSignatureV0
impl RefUnwindSafe for ThresholdSignatureV0
impl Send for ThresholdSignatureV0
impl Sync for ThresholdSignatureV0
impl Unpin for ThresholdSignatureV0
impl UnwindSafe for ThresholdSignatureV0
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