pub struct PinSensitive<T> { /* private fields */ }
Implementations§
Source§impl<T> PinSensitive<T>
impl<T> PinSensitive<T>
Trait Implementations§
Source§impl<T: Debug> Debug for PinSensitive<T>
impl<T: Debug> Debug for PinSensitive<T>
Source§impl<T: Default> Default for PinSensitive<T>
impl<T: Default> Default for PinSensitive<T>
Source§impl<T> Deref for PinSensitive<T>
impl<T> Deref for PinSensitive<T>
Source§impl<T> DerefMut for PinSensitive<T>
impl<T> DerefMut for PinSensitive<T>
Source§impl<T: Ord> Ord for PinSensitive<T>
impl<T: Ord> Ord for PinSensitive<T>
Source§fn cmp(&self, other: &PinSensitive<T>) -> Ordering
fn cmp(&self, other: &PinSensitive<T>) -> Ordering
1.21.0 · 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
Source§impl<T: PartialEq> PartialEq for PinSensitive<T>
impl<T: PartialEq> PartialEq for PinSensitive<T>
Source§impl<T: PartialOrd> PartialOrd for PinSensitive<T>
impl<T: PartialOrd> PartialOrd for PinSensitive<T>
impl<T: Eq> Eq for PinSensitive<T>
impl<T> StructuralPartialEq for PinSensitive<T>
Auto Trait Implementations§
impl<T> Freeze for PinSensitive<T>where
T: Freeze,
impl<T> RefUnwindSafe for PinSensitive<T>where
T: RefUnwindSafe,
impl<T> Send for PinSensitive<T>where
T: Send,
impl<T> Sync for PinSensitive<T>where
T: Sync,
impl<T> !Unpin for PinSensitive<T>
impl<T> UnwindSafe for PinSensitive<T>where
T: UnwindSafe,
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