Struct zeroize::Zeroizing [−][src]
pub struct Zeroizing<Z: Zeroize>(_);
Zeroizing is a a wrapper for any Z: Zeroize type which implements a
Drop handler which zeroizes dropped values.
Implementations
impl<Z> Zeroizing<Z> where
Z: Zeroize, [src]
impl<Z> Zeroizing<Z> where
Z: Zeroize, [src]Trait Implementations
impl<Z: Clone + Zeroize> Clone for Zeroizing<Z>[src]
impl<Z: Clone + Zeroize> Clone for Zeroizing<Z>[src]fn clone(&self) -> Zeroizing<Z>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<Z: Eq + Zeroize> Eq for Zeroizing<Z>[src]
impl<Z: Zeroize> StructuralEq for Zeroizing<Z>[src]
impl<Z: Zeroize> StructuralPartialEq for Zeroizing<Z>[src]
Auto Trait Implementations
impl<Z> Send for Zeroizing<Z> where
Z: Send,
Z: Send,
impl<Z> Sync for Zeroizing<Z> where
Z: Sync,
Z: Sync,
impl<Z> Unpin for Zeroizing<Z> where
Z: Unpin,
Z: Unpin,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
The resulting type after obtaining ownership.