pub struct sTLSConnection { /* private fields */ }Trait Implementations§
Source§impl Clone for sTLSConnection
impl Clone for sTLSConnection
Source§fn clone(&self) -> sTLSConnection
fn clone(&self) -> sTLSConnection
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 sTLSConnection
impl Debug for sTLSConnection
impl Copy for sTLSConnection
Auto Trait Implementations§
impl Freeze for sTLSConnection
impl RefUnwindSafe for sTLSConnection
impl Send for sTLSConnection
impl Sync for sTLSConnection
impl Unpin for sTLSConnection
impl UnwindSafe for sTLSConnection
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