[][src]Struct bundled_crypto::algo::hash::rsa::pss_sha384_mgf1_65537::KeyPair

pub struct KeyPair { /* fields omitted */ }

Trait Implementations

impl KeyPair for KeyPair[src]

type Private = PKey<Private>

type Public = PKey<Public>

impl Key for KeyPair[src]

type Settings = ()

Information required to generate a new Key.

type Error = KeyGenError

Error resulting in generating a new key.

impl Clone for KeyPair[src]

fn clone(&self) -> Self[src]

panics under probably exceptional circumstances

Auto Trait Implementations

impl Send for KeyPair

impl Unpin for KeyPair

impl Sync for KeyPair

impl UnwindSafe for KeyPair

impl RefUnwindSafe for KeyPair

Blanket Implementations

impl<S, K> Key for K where
    K: SafeGenerateKey<Settings = S>, 
[src]

type Settings = S

Information required to generate a new Key.

type Error = !

Error resulting in generating a new key.

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,