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