pub struct SecretDense { /* private fields */ }Expand description
doc me
Implementations§
Trait Implementations§
Source§impl Debug for SecretDense
impl Debug for SecretDense
Source§impl Index<char> for SecretDense
impl Index<char> for SecretDense
Auto Trait Implementations§
impl Freeze for SecretDense
impl RefUnwindSafe for SecretDense
impl Send for SecretDense
impl Sync for SecretDense
impl Unpin for SecretDense
impl UnwindSafe for SecretDense
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