pub struct SensitiveLookup(/* private fields */);Expand description
Sensitive lookup term such as email or phone that must be redacted from request diagnostics.
Implementations§
Trait Implementations§
Source§impl Clone for SensitiveLookup
impl Clone for SensitiveLookup
Source§fn clone(&self) -> SensitiveLookup
fn clone(&self) -> SensitiveLookup
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SensitiveLookup
impl Debug for SensitiveLookup
Source§impl PartialEq for SensitiveLookup
impl PartialEq for SensitiveLookup
impl Eq for SensitiveLookup
impl StructuralPartialEq for SensitiveLookup
Auto Trait Implementations§
impl Freeze for SensitiveLookup
impl RefUnwindSafe for SensitiveLookup
impl Send for SensitiveLookup
impl Sync for SensitiveLookup
impl Unpin for SensitiveLookup
impl UnsafeUnpin for SensitiveLookup
impl UnwindSafe for SensitiveLookup
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