Struct ssh_agent_lib::proto::public_key::EcDsaPublicKey
source · pub struct EcDsaPublicKey {
pub identifier: String,
pub q: MpInt,
}
Fields§
§identifier: String
§q: MpInt
Trait Implementations§
source§impl Clone for EcDsaPublicKey
impl Clone for EcDsaPublicKey
source§fn clone(&self) -> EcDsaPublicKey
fn clone(&self) -> EcDsaPublicKey
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 EcDsaPublicKey
impl Debug for EcDsaPublicKey
source§impl<'de> Deserialize<'de> for EcDsaPublicKey
impl<'de> Deserialize<'de> for EcDsaPublicKey
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 From<&EcDsaPrivateKey> for EcDsaPublicKey
impl From<&EcDsaPrivateKey> for EcDsaPublicKey
source§fn from(key: &EcDsaPrivateKey) -> Self
fn from(key: &EcDsaPrivateKey) -> Self
Converts to this type from the input type.
source§impl From<EcDsaPrivateKey> for EcDsaPublicKey
impl From<EcDsaPrivateKey> for EcDsaPublicKey
source§fn from(key: EcDsaPrivateKey) -> Self
fn from(key: EcDsaPrivateKey) -> Self
Converts to this type from the input type.
source§impl Hash for EcDsaPublicKey
impl Hash for EcDsaPublicKey
source§impl KeyType for EcDsaPublicKey
impl KeyType for EcDsaPublicKey
source§impl PartialEq for EcDsaPublicKey
impl PartialEq for EcDsaPublicKey
source§fn eq(&self, other: &EcDsaPublicKey) -> bool
fn eq(&self, other: &EcDsaPublicKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for EcDsaPublicKey
impl Serialize for EcDsaPublicKey
impl Eq for EcDsaPublicKey
impl StructuralPartialEq for EcDsaPublicKey
Auto Trait Implementations§
impl RefUnwindSafe for EcDsaPublicKey
impl Send for EcDsaPublicKey
impl Sync for EcDsaPublicKey
impl Unpin for EcDsaPublicKey
impl UnwindSafe for EcDsaPublicKey
Blanket Implementations§
source§impl<'a, T> Blob for Twhere
T: Serialize + Deserialize<'a>,
impl<'a, T> Blob for Twhere
T: Serialize + Deserialize<'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