pub struct NoRedactor;Expand description
Trait Implementations§
Source§impl Clone for NoRedactor
impl Clone for NoRedactor
Source§fn clone(&self) -> NoRedactor
fn clone(&self) -> NoRedactor
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 NoRedactor
impl Default for NoRedactor
Source§fn default() -> NoRedactor
fn default() -> NoRedactor
Returns the “default value” for a type. Read more
Source§impl<T: Debug + Display> RedactionStrategy<T> for NoRedactor
impl<T: Debug + Display> RedactionStrategy<T> for NoRedactor
Auto Trait Implementations§
impl Freeze for NoRedactor
impl RefUnwindSafe for NoRedactor
impl Send for NoRedactor
impl Sync for NoRedactor
impl Unpin for NoRedactor
impl UnsafeUnpin for NoRedactor
impl UnwindSafe for NoRedactor
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