pub struct NoRedaction;Expand description
Redactor that preserves all trace data.
Trait Implementations§
Source§impl Clone for NoRedaction
impl Clone for NoRedaction
Source§fn clone(&self) -> NoRedaction
fn clone(&self) -> NoRedaction
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 moreimpl Copy for NoRedaction
Source§impl Debug for NoRedaction
impl Debug for NoRedaction
Source§impl Default for NoRedaction
impl Default for NoRedaction
Source§fn default() -> NoRedaction
fn default() -> NoRedaction
Returns the “default value” for a type. Read more
impl Eq for NoRedaction
Source§impl PartialEq for NoRedaction
impl PartialEq for NoRedaction
Source§fn eq(&self, other: &NoRedaction) -> bool
fn eq(&self, other: &NoRedaction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NoRedaction
Source§impl TraceRedactor for NoRedaction
impl TraceRedactor for NoRedaction
Source§fn resource_key(&self, key: &ResourceKey) -> ResourceKey
fn resource_key(&self, key: &ResourceKey) -> ResourceKey
Redacts a resource key.
Source§fn invariant_name(&self, name: &str) -> String
fn invariant_name(&self, name: &str) -> String
Redacts an invariant name.
Auto Trait Implementations§
impl Freeze for NoRedaction
impl RefUnwindSafe for NoRedaction
impl Send for NoRedaction
impl Sync for NoRedaction
impl Unpin for NoRedaction
impl UnsafeUnpin for NoRedaction
impl UnwindSafe for NoRedaction
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