Struct SslSender
pub struct SslSender { /* private fields */ }Expand description
Send data using SSL secure connection
- addr- IP address
Implementations§
Auto Trait Implementations§
impl Freeze for SslSender
impl RefUnwindSafe for SslSender
impl Send for SslSender
impl Sync for SslSender
impl Unpin for SslSender
impl UnwindSafe for SslSender
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