[][src]Struct vru_noise::Authenticated

pub struct Authenticated<C, T> where
    C: Config
{ /* fields omitted */ }

Implementations

impl<C, T> Authenticated<C, T> where
    C: Config
[src]

pub fn destruct<F>(self, f: F) -> T where
    F: FnMut(Tag<C>), 
[src]

Auto Trait Implementations

impl<C, T> RefUnwindSafe for Authenticated<C, T> where
    T: RefUnwindSafe,
    <C as Config>::Aead: AeadInPlace,
    <<<C as Config>::Aead as AeadInPlace>::TagSize as ArrayLength<u8>>::ArrayType: RefUnwindSafe

impl<C, T> Send for Authenticated<C, T> where
    T: Send,
    <C as Config>::Aead: AeadInPlace,
    <<C as Config>::Aead as AeadInPlace>::TagSize: ArrayLength<u8>, 

impl<C, T> Sync for Authenticated<C, T> where
    T: Sync,
    <C as Config>::Aead: AeadInPlace,
    <<C as Config>::Aead as AeadInPlace>::TagSize: ArrayLength<u8>, 

impl<C, T> Unpin for Authenticated<C, T> where
    T: Unpin,
    <C as Config>::Aead: AeadInPlace,
    <<<C as Config>::Aead as AeadInPlace>::TagSize as ArrayLength<u8>>::ArrayType: Unpin

impl<C, T> UnwindSafe for Authenticated<C, T> where
    T: UnwindSafe,
    <C as Config>::Aead: AeadInPlace,
    <<<C as Config>::Aead as AeadInPlace>::TagSize as ArrayLength<u8>>::ArrayType: UnwindSafe

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.