pub enum RustlsSessionRef<'a> {
Client(&'a ClientConnection),
Server(&'a ServerConnection),
}
Variants§
Client(&'a ClientConnection)
Server(&'a ServerConnection)
Auto Trait Implementations§
impl<'a> Freeze for RustlsSessionRef<'a>
impl<'a> !RefUnwindSafe for RustlsSessionRef<'a>
impl<'a> Send for RustlsSessionRef<'a>
impl<'a> Sync for RustlsSessionRef<'a>
impl<'a> Unpin for RustlsSessionRef<'a>
impl<'a> !UnwindSafe for RustlsSessionRef<'a>
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