pub struct SensitiveBytes(/* private fields */);Expand description
Bytes that are zeroized from memory when dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SensitiveBytes
impl RefUnwindSafe for SensitiveBytes
impl Send for SensitiveBytes
impl Sync for SensitiveBytes
impl Unpin for SensitiveBytes
impl UnsafeUnpin for SensitiveBytes
impl UnwindSafe for SensitiveBytes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more