pub enum SecureConnectionSupport {
NotSupported = 0,
Optional = 1,
Mandatory = 2,
}
Expand description
Options for secure_connection_support
Variants§
Trait Implementations§
Source§impl Clone for SecureConnectionSupport
impl Clone for SecureConnectionSupport
Source§fn clone(&self) -> SecureConnectionSupport
fn clone(&self) -> SecureConnectionSupport
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 moreimpl Copy for SecureConnectionSupport
Auto Trait Implementations§
impl Freeze for SecureConnectionSupport
impl RefUnwindSafe for SecureConnectionSupport
impl Send for SecureConnectionSupport
impl Sync for SecureConnectionSupport
impl Unpin for SecureConnectionSupport
impl UnwindSafe for SecureConnectionSupport
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