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