pub enum SecretFormat {
Base32,
Base32Spaced,
Raw,
Base64,
}Expand description
密钥格式化选项
Variants§
Trait Implementations§
Source§impl Clone for SecretFormat
impl Clone for SecretFormat
Source§fn clone(&self) -> SecretFormat
fn clone(&self) -> SecretFormat
Returns a duplicate of the value. Read more
1.0.0 · 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 SecretFormat
impl Debug for SecretFormat
Source§impl PartialEq for SecretFormat
impl PartialEq for SecretFormat
impl Copy for SecretFormat
impl Eq for SecretFormat
impl StructuralPartialEq for SecretFormat
Auto Trait Implementations§
impl Freeze for SecretFormat
impl RefUnwindSafe for SecretFormat
impl Send for SecretFormat
impl Sync for SecretFormat
impl Unpin for SecretFormat
impl UnsafeUnpin for SecretFormat
impl UnwindSafe for SecretFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.