Struct ctap_types::cose::P256PublicKey
source · [−]Fields
x: Bytes<32>y: Bytes<32>Trait Implementations
sourceimpl Clone for P256PublicKey
impl Clone for P256PublicKey
sourcefn clone(&self) -> P256PublicKey
fn clone(&self) -> P256PublicKey
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for P256PublicKey
impl Debug for P256PublicKey
sourceimpl<'de> Deserialize<'de> for P256PublicKey
impl<'de> Deserialize<'de> for P256PublicKey
sourcefn 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
sourceimpl From<P256PublicKey> for PublicKey
impl From<P256PublicKey> for PublicKey
sourcefn from(key: P256PublicKey) -> Self
fn from(key: P256PublicKey) -> Self
Performs the conversion.
sourceimpl PartialEq<P256PublicKey> for P256PublicKey
impl PartialEq<P256PublicKey> for P256PublicKey
sourcefn eq(&self, other: &P256PublicKey) -> bool
fn eq(&self, other: &P256PublicKey) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &P256PublicKey) -> bool
fn ne(&self, other: &P256PublicKey) -> bool
This method tests for !=.
sourceimpl Serialize for P256PublicKey
impl Serialize for P256PublicKey
impl Eq for P256PublicKey
impl StructuralEq for P256PublicKey
impl StructuralPartialEq for P256PublicKey
Auto Trait Implementations
impl RefUnwindSafe for P256PublicKey
impl Send for P256PublicKey
impl Sync for P256PublicKey
impl Unpin for P256PublicKey
impl UnwindSafe for P256PublicKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more