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