pub struct PIIRedactor { /* private fields */ }Expand description
PII redactor that removes sensitive information
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PIIRedactor
impl RefUnwindSafe for PIIRedactor
impl Send for PIIRedactor
impl Sync for PIIRedactor
impl Unpin for PIIRedactor
impl UnwindSafe for PIIRedactor
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