[][src]Struct noise_sodiumoxide::Sensitive

pub struct Sensitive<A: U8Array>(_);

Trait Implementations

impl<A: Eq + U8Array> Eq for Sensitive<A>[src]

impl<A> Drop for Sensitive<A> where
    A: U8Array
[src]

impl<A: PartialEq + U8Array> PartialEq<Sensitive<A>> for Sensitive<A>[src]

impl<A: Debug + U8Array> Debug for Sensitive<A>[src]

impl<A> U8Array for Sensitive<A> where
    A: U8Array
[src]

Auto Trait Implementations

impl<A> Unpin for Sensitive<A> where
    A: Unpin

impl<A> Sync for Sensitive<A> where
    A: Sync

impl<A> Send for Sensitive<A> where
    A: Send

impl<A> UnwindSafe for Sensitive<A> where
    A: UnwindSafe

impl<A> RefUnwindSafe for Sensitive<A> where
    A: RefUnwindSafe

Blanket Implementations

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]