pub struct SensitiveDebug<'a, T>(pub &'a T)
where
T: ?Sized;Expand description
Tuple Fields§
§0: &'a TTrait Implementations§
Source§impl<'a, T> Clone for SensitiveDebug<'a, T>
impl<'a, T> Clone for SensitiveDebug<'a, T>
Source§fn clone(&self) -> SensitiveDebug<'a, T>
fn clone(&self) -> SensitiveDebug<'a, T>
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<'a, T> Copy for SensitiveDebug<'a, T>
Source§impl<'a, T> Debug for SensitiveDebug<'a, T>
impl<'a, T> Debug for SensitiveDebug<'a, T>
impl<'a, T> Eq for SensitiveDebug<'a, T>
Source§impl<'a, T> Hash for SensitiveDebug<'a, T>
impl<'a, T> Hash for SensitiveDebug<'a, T>
Source§impl<'a, T> Ord for SensitiveDebug<'a, T>
impl<'a, T> Ord for SensitiveDebug<'a, T>
Source§fn cmp(&self, other: &SensitiveDebug<'a, T>) -> Ordering
fn cmp(&self, other: &SensitiveDebug<'a, T>) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl<'a, T> PartialEq for SensitiveDebug<'a, T>
impl<'a, T> PartialEq for SensitiveDebug<'a, T>
Source§impl<'a, T> PartialOrd for SensitiveDebug<'a, T>where
T: PartialOrd + ?Sized,
impl<'a, T> PartialOrd for SensitiveDebug<'a, T>where
T: PartialOrd + ?Sized,
impl<'a, T> StructuralPartialEq for SensitiveDebug<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for SensitiveDebug<'a, T>where
T: ?Sized,
impl<'a, T> RefUnwindSafe for SensitiveDebug<'a, T>where
T: RefUnwindSafe + ?Sized,
impl<'a, T> Send for SensitiveDebug<'a, T>
impl<'a, T> Sync for SensitiveDebug<'a, T>
impl<'a, T> Unpin for SensitiveDebug<'a, T>where
T: ?Sized,
impl<'a, T> UnsafeUnpin for SensitiveDebug<'a, T>where
T: ?Sized,
impl<'a, T> UnwindSafe for SensitiveDebug<'a, T>where
T: RefUnwindSafe + ?Sized,
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