pub enum WrappedSecretCleartext {
Bytes(Vec<u8>),
Utf8(String),
}Variants§
Trait Implementations§
Source§impl Clone for WrappedSecretCleartext
impl Clone for WrappedSecretCleartext
Source§fn clone(&self) -> WrappedSecretCleartext
fn clone(&self) -> WrappedSecretCleartext
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 moreSource§impl Debug for WrappedSecretCleartext
impl Debug for WrappedSecretCleartext
impl Eq for WrappedSecretCleartext
Source§impl PartialEq for WrappedSecretCleartext
impl PartialEq for WrappedSecretCleartext
impl StructuralPartialEq for WrappedSecretCleartext
Auto Trait Implementations§
impl Freeze for WrappedSecretCleartext
impl RefUnwindSafe for WrappedSecretCleartext
impl Send for WrappedSecretCleartext
impl Sync for WrappedSecretCleartext
impl Unpin for WrappedSecretCleartext
impl UnsafeUnpin for WrappedSecretCleartext
impl UnwindSafe for WrappedSecretCleartext
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