Struct crab_net::DtlsSession
source · pub struct DtlsSession { /* private fields */ }Implementations§
source§impl DtlsSession
impl DtlsSession
Auto Trait Implementations§
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