pub struct SensitiveData;Expand description
Validate sensitive operations and sanitize for logging
Implementations§
Auto Trait Implementations§
impl Freeze for SensitiveData
impl RefUnwindSafe for SensitiveData
impl Send for SensitiveData
impl Sync for SensitiveData
impl Unpin for SensitiveData
impl UnwindSafe for SensitiveData
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