pub enum Secret {
None,
Password(Password),
}
Expand description
Represents a SASL secret, like a password.
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for Secret
impl PartialEq for Secret
impl Eq for Secret
impl StructuralPartialEq for Secret
Auto Trait Implementations§
impl RefUnwindSafe for Secret
impl Send for Secret
impl Sync for Secret
impl Unpin for Secret
impl UnwindSafe for Secret
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