pub struct SimpleRedactor;Expand description
A redactor that just writes “[REDACTED]”. This strategy can redact values of any type.
Trait Implementations§
Source§impl Clone for SimpleRedactor
impl Clone for SimpleRedactor
Source§fn clone(&self) -> SimpleRedactor
fn clone(&self) -> SimpleRedactor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SimpleRedactor
impl Default for SimpleRedactor
Source§fn default() -> SimpleRedactor
fn default() -> SimpleRedactor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimpleRedactor
impl RefUnwindSafe for SimpleRedactor
impl Send for SimpleRedactor
impl Sync for SimpleRedactor
impl Unpin for SimpleRedactor
impl UnsafeUnpin for SimpleRedactor
impl UnwindSafe for SimpleRedactor
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