pub enum SslSupportedMethod {
SniOnly,
Vip,
StaticIp,
}Variants§
Trait Implementations§
Source§impl Clone for SslSupportedMethod
impl Clone for SslSupportedMethod
Source§fn clone(&self) -> SslSupportedMethod
fn clone(&self) -> SslSupportedMethod
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 SslSupportedMethod
impl Debug for SslSupportedMethod
Source§impl From<SslSupportedMethod> for String
impl From<SslSupportedMethod> for String
Source§fn from(value: SslSupportedMethod) -> Self
fn from(value: SslSupportedMethod) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SslSupportedMethod
impl RefUnwindSafe for SslSupportedMethod
impl Send for SslSupportedMethod
impl Sync for SslSupportedMethod
impl Unpin for SslSupportedMethod
impl UnwindSafe for SslSupportedMethod
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