pub enum ShardSignatureAlgorithm {
IcThresholdEcdsaSecp256k1,
}Variants§
IcThresholdEcdsaSecp256k1
Trait Implementations§
Source§impl CandidType for ShardSignatureAlgorithm
impl CandidType for ShardSignatureAlgorithm
Source§impl Clone for ShardSignatureAlgorithm
impl Clone for ShardSignatureAlgorithm
Source§fn clone(&self) -> ShardSignatureAlgorithm
fn clone(&self) -> ShardSignatureAlgorithm
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 ShardSignatureAlgorithm
Source§impl Debug for ShardSignatureAlgorithm
impl Debug for ShardSignatureAlgorithm
Source§impl<'de> Deserialize<'de> for ShardSignatureAlgorithm
impl<'de> Deserialize<'de> for ShardSignatureAlgorithm
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
impl Eq for ShardSignatureAlgorithm
Source§impl PartialEq for ShardSignatureAlgorithm
impl PartialEq for ShardSignatureAlgorithm
Source§fn eq(&self, other: &ShardSignatureAlgorithm) -> bool
fn eq(&self, other: &ShardSignatureAlgorithm) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ShardSignatureAlgorithm
impl Serialize for ShardSignatureAlgorithm
impl StructuralPartialEq for ShardSignatureAlgorithm
Auto Trait Implementations§
impl Freeze for ShardSignatureAlgorithm
impl RefUnwindSafe for ShardSignatureAlgorithm
impl Send for ShardSignatureAlgorithm
impl Sync for ShardSignatureAlgorithm
impl Unpin for ShardSignatureAlgorithm
impl UnsafeUnpin for ShardSignatureAlgorithm
impl UnwindSafe for ShardSignatureAlgorithm
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