pub struct SecureData;Expand description
SecureData (91).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecureData
impl RefUnwindSafe for SecureData
impl Send for SecureData
impl Sync for SecureData
impl Unpin for SecureData
impl UnsafeUnpin for SecureData
impl UnwindSafe for SecureData
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