Enum webauthn_rs_core::interface::EDDSACurve
source · pub enum EDDSACurve {
ED25519 = 6,
ED448 = 7,
}Expand description
An EDDSACurve identifier. You probably will never need to alter or use this value, as it is set inside the Credential for you.
Variants§
Trait Implementations§
source§impl Clone for EDDSACurve
impl Clone for EDDSACurve
source§fn clone(&self) -> EDDSACurve
fn clone(&self) -> EDDSACurve
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 EDDSACurve
impl Debug for EDDSACurve
source§impl<'de> Deserialize<'de> for EDDSACurve
impl<'de> Deserialize<'de> for EDDSACurve
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 EDDSACurve
impl PartialEq for EDDSACurve
source§fn eq(&self, other: &EDDSACurve) -> bool
fn eq(&self, other: &EDDSACurve) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for EDDSACurve
impl Serialize for EDDSACurve
source§impl TryFrom<i128> for EDDSACurve
impl TryFrom<i128> for EDDSACurve
impl Eq for EDDSACurve
impl StructuralEq for EDDSACurve
impl StructuralPartialEq for EDDSACurve
Auto Trait Implementations§
impl RefUnwindSafe for EDDSACurve
impl Send for EDDSACurve
impl Sync for EDDSACurve
impl Unpin for EDDSACurve
impl UnwindSafe for EDDSACurve
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere T: 'a,
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