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