pub enum SecureConnections {
Disable = 0,
Enable = 1,
Only = 2,
}
Variants§
Trait Implementations§
Source§impl AsMut<SecureConnections> for SetSecureConnections
impl AsMut<SecureConnections> for SetSecureConnections
Source§fn as_mut(&mut self) -> &mut SecureConnections
fn as_mut(&mut self) -> &mut SecureConnections
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<SecureConnections> for SetSecureConnections
impl AsRef<SecureConnections> for SetSecureConnections
Source§fn as_ref(&self) -> &SecureConnections
fn as_ref(&self) -> &SecureConnections
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Debug for SecureConnections
impl Debug for SecureConnections
Source§impl From<SecureConnections> for SetSecureConnections
impl From<SecureConnections> for SetSecureConnections
Source§fn from(v: SecureConnections) -> Self
fn from(v: SecureConnections) -> Self
Converts to this type from the input type.
Source§impl Pack for SecureConnections
impl Pack for SecureConnections
Auto Trait Implementations§
impl Freeze for SecureConnections
impl RefUnwindSafe for SecureConnections
impl Send for SecureConnections
impl Sync for SecureConnections
impl Unpin for SecureConnections
impl UnwindSafe for SecureConnections
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