pub struct RedactionFilter { /* private fields */ }Expand description
Redaction filter for removing sensitive information from strings
Implementations§
Source§impl RedactionFilter
impl RedactionFilter
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RedactionFilter
impl RefUnwindSafe for RedactionFilter
impl Send for RedactionFilter
impl Sync for RedactionFilter
impl Unpin for RedactionFilter
impl UnwindSafe for RedactionFilter
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