Enum ic_cdk::api::management_canister::ecdsa::EcdsaCurve
source · pub enum EcdsaCurve {
Secp256k1,
}
Expand description
ECDSA Curve.
Variants§
Secp256k1
secp256k1
Trait Implementations§
source§impl CandidType for EcdsaCurve
impl CandidType for EcdsaCurve
source§impl Clone for EcdsaCurve
impl Clone for EcdsaCurve
source§fn clone(&self) -> EcdsaCurve
fn clone(&self) -> EcdsaCurve
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 EcdsaCurve
impl Debug for EcdsaCurve
source§impl Default for EcdsaCurve
impl Default for EcdsaCurve
source§impl<'de> Deserialize<'de> for EcdsaCurve
impl<'de> Deserialize<'de> for EcdsaCurve
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 EcdsaCurve
impl Hash for EcdsaCurve
source§impl Ord for EcdsaCurve
impl Ord for EcdsaCurve
source§fn cmp(&self, other: &EcdsaCurve) -> Ordering
fn cmp(&self, other: &EcdsaCurve) -> 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 EcdsaCurve
impl PartialEq for EcdsaCurve
source§impl PartialOrd for EcdsaCurve
impl PartialOrd for EcdsaCurve
source§impl Serialize for EcdsaCurve
impl Serialize for EcdsaCurve
impl Copy for EcdsaCurve
impl Eq for EcdsaCurve
impl StructuralPartialEq for EcdsaCurve
Auto Trait Implementations§
impl Freeze for EcdsaCurve
impl RefUnwindSafe for EcdsaCurve
impl Send for EcdsaCurve
impl Sync for EcdsaCurve
impl Unpin for EcdsaCurve
impl UnwindSafe for EcdsaCurve
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
)