pub enum QCryptoSecretFormat {
raw,
base64,
}
Variants§
Trait Implementations§
Source§impl Clone for QCryptoSecretFormat
impl Clone for QCryptoSecretFormat
Source§fn clone(&self) -> QCryptoSecretFormat
fn clone(&self) -> QCryptoSecretFormat
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 QCryptoSecretFormat
impl Debug for QCryptoSecretFormat
Source§impl<'de> Deserialize<'de> for QCryptoSecretFormat
impl<'de> Deserialize<'de> for QCryptoSecretFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for QCryptoSecretFormat
impl Enum for QCryptoSecretFormat
Source§impl FromStr for QCryptoSecretFormat
impl FromStr for QCryptoSecretFormat
Source§impl Hash for QCryptoSecretFormat
impl Hash for QCryptoSecretFormat
Source§impl Ord for QCryptoSecretFormat
impl Ord for QCryptoSecretFormat
Source§fn cmp(&self, other: &QCryptoSecretFormat) -> Ordering
fn cmp(&self, other: &QCryptoSecretFormat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for QCryptoSecretFormat
impl PartialEq for QCryptoSecretFormat
Source§impl PartialOrd for QCryptoSecretFormat
impl PartialOrd for QCryptoSecretFormat
Source§impl Serialize for QCryptoSecretFormat
impl Serialize for QCryptoSecretFormat
impl Copy for QCryptoSecretFormat
impl Eq for QCryptoSecretFormat
impl StructuralPartialEq for QCryptoSecretFormat
Auto Trait Implementations§
impl Freeze for QCryptoSecretFormat
impl RefUnwindSafe for QCryptoSecretFormat
impl Send for QCryptoSecretFormat
impl Sync for QCryptoSecretFormat
impl Unpin for QCryptoSecretFormat
impl UnwindSafe for QCryptoSecretFormat
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