Struct ssh_agent_lib::proto::public_key::EcDsaPublicKey
source · [−]Fields
identifier: String
q: MpInt
Trait Implementations
sourceimpl Clone for EcDsaPublicKey
impl Clone for EcDsaPublicKey
sourcefn clone(&self) -> EcDsaPublicKey
fn clone(&self) -> EcDsaPublicKey
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 EcDsaPublicKey
impl Debug for EcDsaPublicKey
sourceimpl<'de> Deserialize<'de> for EcDsaPublicKey
impl<'de> Deserialize<'de> for EcDsaPublicKey
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<&'_ EcDsaPrivateKey> for EcDsaPublicKey
impl From<&'_ EcDsaPrivateKey> for EcDsaPublicKey
sourcefn from(key: &EcDsaPrivateKey) -> Self
fn from(key: &EcDsaPrivateKey) -> Self
Converts to this type from the input type.
sourceimpl From<EcDsaPrivateKey> for EcDsaPublicKey
impl From<EcDsaPrivateKey> for EcDsaPublicKey
sourcefn from(key: EcDsaPrivateKey) -> Self
fn from(key: EcDsaPrivateKey) -> Self
Converts to this type from the input type.
sourceimpl Hash for EcDsaPublicKey
impl Hash for EcDsaPublicKey
sourceimpl KeyType for EcDsaPublicKey
impl KeyType for EcDsaPublicKey
sourceimpl PartialEq<EcDsaPublicKey> for EcDsaPublicKey
impl PartialEq<EcDsaPublicKey> for EcDsaPublicKey
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &EcDsaPublicKey) -> bool
fn ne(&self, other: &EcDsaPublicKey) -> bool
This method tests for !=
.
sourceimpl Serialize for EcDsaPublicKey
impl Serialize for EcDsaPublicKey
impl Eq for EcDsaPublicKey
impl StructuralEq 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
sourceimpl<'a, T> Blob for T where
T: Serialize + Deserialize<'a>,
impl<'a, T> Blob for T where
T: Serialize + Deserialize<'a>,
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more