pub enum AsyncSignature {
V0(ObjectRef),
}
Expand description
Async Threshold Signature of a commit based on the partial order quorum
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AsyncSignature
impl Clone for AsyncSignature
Source§fn clone(&self) -> AsyncSignature
fn clone(&self) -> AsyncSignature
Returns a copy 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 AsyncSignature
impl Debug for AsyncSignature
Source§impl<'de> Deserialize<'de> for AsyncSignature
impl<'de> Deserialize<'de> for AsyncSignature
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 AsyncSignature
impl Display for AsyncSignature
Source§impl PartialEq for AsyncSignature
impl PartialEq for AsyncSignature
Source§impl Serialize for AsyncSignature
impl Serialize for AsyncSignature
impl Eq for AsyncSignature
impl StructuralPartialEq for AsyncSignature
Auto Trait Implementations§
impl Freeze for AsyncSignature
impl RefUnwindSafe for AsyncSignature
impl Send for AsyncSignature
impl Sync for AsyncSignature
impl Unpin for AsyncSignature
impl UnwindSafe for AsyncSignature
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