Struct imap_types::secret::Secret
source · pub struct Secret<T>(_);Implementations§
Trait Implementations§
source§impl<T> PartialEq<Secret<T>> for Secret<T>where
T: CompareCT<T>,
impl<T> PartialEq<Secret<T>> for Secret<T>where T: CompareCT<T>,
impl<T> Eq for Secret<T>where T: CompareCT<T>,
Auto Trait Implementations§
impl<T> RefUnwindSafe for Secret<T>where T: RefUnwindSafe,
impl<T> Send for Secret<T>where T: Send,
impl<T> Sync for Secret<T>where T: Sync,
impl<T> Unpin for Secret<T>where T: Unpin,
impl<T> UnwindSafe for Secret<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