pub enum SecretDisplay {
Redacted,
Revealed,
}Variants§
Trait Implementations§
Source§impl Clone for SecretDisplay
impl Clone for SecretDisplay
Source§fn clone(&self) -> SecretDisplay
fn clone(&self) -> SecretDisplay
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 Copy for SecretDisplay
Source§impl Debug for SecretDisplay
impl Debug for SecretDisplay
impl Eq for SecretDisplay
Source§impl PartialEq for SecretDisplay
impl PartialEq for SecretDisplay
impl StructuralPartialEq for SecretDisplay
Auto Trait Implementations§
impl Freeze for SecretDisplay
impl RefUnwindSafe for SecretDisplay
impl Send for SecretDisplay
impl Sync for SecretDisplay
impl Unpin for SecretDisplay
impl UnsafeUnpin for SecretDisplay
impl UnwindSafe for SecretDisplay
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