Struct ic_cdk::api::management_canister::ecdsa::EcdsaKeyId
source · pub struct EcdsaKeyId {
pub curve: EcdsaCurve,
pub name: String,
}
Expand description
ECDSA KeyId.
Fields§
§curve: EcdsaCurve
See EcdsaCurve.
name: String
Name.
Trait Implementations§
source§impl CandidType for EcdsaKeyId
impl CandidType for EcdsaKeyId
source§impl Clone for EcdsaKeyId
impl Clone for EcdsaKeyId
source§fn clone(&self) -> EcdsaKeyId
fn clone(&self) -> EcdsaKeyId
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 EcdsaKeyId
impl Debug for EcdsaKeyId
source§impl Default for EcdsaKeyId
impl Default for EcdsaKeyId
source§fn default() -> EcdsaKeyId
fn default() -> EcdsaKeyId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EcdsaKeyId
impl<'de> Deserialize<'de> for EcdsaKeyId
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 Hash for EcdsaKeyId
impl Hash for EcdsaKeyId
source§impl Ord for EcdsaKeyId
impl Ord for EcdsaKeyId
source§fn cmp(&self, other: &EcdsaKeyId) -> Ordering
fn cmp(&self, other: &EcdsaKeyId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for EcdsaKeyId
impl PartialEq for EcdsaKeyId
source§impl PartialOrd for EcdsaKeyId
impl PartialOrd for EcdsaKeyId
source§impl Serialize for EcdsaKeyId
impl Serialize for EcdsaKeyId
impl Eq for EcdsaKeyId
impl StructuralPartialEq for EcdsaKeyId
Auto Trait Implementations§
impl Freeze for EcdsaKeyId
impl RefUnwindSafe for EcdsaKeyId
impl Send for EcdsaKeyId
impl Sync for EcdsaKeyId
impl Unpin for EcdsaKeyId
impl UnwindSafe for EcdsaKeyId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)