pub struct DtlsSession { /* private fields */ }
Implementations§
Source§impl DtlsSession
impl DtlsSession
Auto Trait Implementations§
impl Freeze for DtlsSession
impl !RefUnwindSafe for DtlsSession
impl Send for DtlsSession
impl Sync for DtlsSession
impl Unpin for DtlsSession
impl !UnwindSafe for DtlsSession
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