Enum qbit_api_rs::types::Encryption
source · #[repr(u8)]pub enum Encryption {
PreferEncryption,
ForceEncryptionOn,
ForceEncryptionOff,
}
Expand description
Variants§
Trait Implementations§
source§impl Debug for Encryption
impl Debug for Encryption
source§impl<'de> Deserialize<'de> for Encryption
impl<'de> Deserialize<'de> for Encryption
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 PartialEq<Encryption> for Encryption
impl PartialEq<Encryption> for Encryption
source§fn eq(&self, other: &Encryption) -> bool
fn eq(&self, other: &Encryption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for Encryption
impl Serialize for Encryption
impl StructuralPartialEq for Encryption
Auto Trait Implementations§
impl RefUnwindSafe for Encryption
impl Send for Encryption
impl Sync for Encryption
impl Unpin for Encryption
impl UnwindSafe for Encryption
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