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