pub struct RedactRules { /* private fields */ }Expand description
The merged, ordered set of redaction rules.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RedactRules
impl RefUnwindSafe for RedactRules
impl Send for RedactRules
impl Sync for RedactRules
impl Unpin for RedactRules
impl UnsafeUnpin for RedactRules
impl UnwindSafe for RedactRules
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