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