[][src]Struct vru_noise::Key

pub struct Key<C, N> where
    C: Config,
    N: Unsigned, 
{ /* fields omitted */ }

Trait Implementations

impl<C, N> Into<GenericArray<u8, <<C as Config>::MixHash as MixHash>::L>> for Key<C, N> where
    C: Config,
    N: Unsigned, 
[src]

Auto Trait Implementations

impl<C, N> RefUnwindSafe for Key<C, N> where
    N: RefUnwindSafe,
    <C as Config>::Aead: RefUnwindSafe,
    <<<C as Config>::MixHash as MixHash>::L as ArrayLength<u8>>::ArrayType: RefUnwindSafe,
    <C as Config>::MixHash: MixHash, 

impl<C, N> Send for Key<C, N> where
    N: Send,
    <C as Config>::Aead: Send,
    <<C as Config>::MixHash as MixHash>::L: ArrayLength<u8>,
    <C as Config>::MixHash: MixHash, 

impl<C, N> Sync for Key<C, N> where
    N: Sync,
    <C as Config>::Aead: Sync,
    <<C as Config>::MixHash as MixHash>::L: ArrayLength<u8>,
    <C as Config>::MixHash: MixHash, 

impl<C, N> Unpin for Key<C, N> where
    N: Unpin,
    <C as Config>::Aead: Unpin,
    <<<C as Config>::MixHash as MixHash>::L as ArrayLength<u8>>::ArrayType: Unpin,
    <C as Config>::MixHash: MixHash, 

impl<C, N> UnwindSafe for Key<C, N> where
    N: UnwindSafe,
    <C as Config>::Aead: UnwindSafe,
    <<<C as Config>::MixHash as MixHash>::L as ArrayLength<u8>>::ArrayType: UnwindSafe,
    <C as Config>::MixHash: MixHash, 

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.