pub enum TlsSupport {
None,
ServerTrustCallbackOnly,
Full,
}Variants§
Trait Implementations§
Source§impl Clone for TlsSupport
impl Clone for TlsSupport
Source§fn clone(&self) -> TlsSupport
fn clone(&self) -> TlsSupport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TlsSupport
Source§impl Debug for TlsSupport
impl Debug for TlsSupport
Source§impl Default for TlsSupport
impl Default for TlsSupport
Source§fn default() -> TlsSupport
fn default() -> TlsSupport
Returns the “default value” for a type. Read more
impl Eq for TlsSupport
Source§impl PartialEq for TlsSupport
impl PartialEq for TlsSupport
impl StructuralPartialEq for TlsSupport
Auto Trait Implementations§
impl Freeze for TlsSupport
impl RefUnwindSafe for TlsSupport
impl Send for TlsSupport
impl Sync for TlsSupport
impl Unpin for TlsSupport
impl UnsafeUnpin for TlsSupport
impl UnwindSafe for TlsSupport
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