pub struct Ssl { /* private fields */ }Expand description
TLS (SSL) details.
Implementations§
Source§impl Ssl
impl Ssl
Sourcepub fn new(client: SslClientFlags, verify: u32) -> Ssl
pub fn new(client: SslClientFlags, verify: u32) -> Ssl
Constructs a new SSL TLV.
Sourcepub const fn client(&self) -> SslClientFlags
pub const fn client(&self) -> SslClientFlags
Returns the SSL client flags.
Trait Implementations§
impl Eq for Ssl
impl StructuralPartialEq for Ssl
Auto Trait Implementations§
impl Freeze for Ssl
impl RefUnwindSafe for Ssl
impl Send for Ssl
impl Sync for Ssl
impl Unpin for Ssl
impl UnsafeUnpin for Ssl
impl UnwindSafe for Ssl
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