pub enum EncryptPreference {
Mutual,
}Expand description
Possible values for encryption preference
Variants§
Mutual
Trait Implementations§
Source§impl Clone for EncryptPreference
impl Clone for EncryptPreference
Source§fn clone(&self) -> EncryptPreference
fn clone(&self) -> EncryptPreference
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 EncryptPreference
impl Debug for EncryptPreference
Source§impl Display for EncryptPreference
impl Display for EncryptPreference
Source§impl FromStr for EncryptPreference
impl FromStr for EncryptPreference
Source§impl PartialEq for EncryptPreference
impl PartialEq for EncryptPreference
impl Eq for EncryptPreference
impl StructuralPartialEq for EncryptPreference
Auto Trait Implementations§
impl Freeze for EncryptPreference
impl RefUnwindSafe for EncryptPreference
impl Send for EncryptPreference
impl Sync for EncryptPreference
impl Unpin for EncryptPreference
impl UnwindSafe for EncryptPreference
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