pub struct SessionHandler { /* private fields */ }
Expand description
This is the main entry point for the session proxy. This struct will either bind on a specified port, or find an available port from a range, before entering an event loop.
Implementations§
Auto Trait Implementations§
impl !Freeze for SessionHandler
impl !RefUnwindSafe for SessionHandler
impl !Send for SessionHandler
impl !Sync for SessionHandler
impl Unpin for SessionHandler
impl !UnwindSafe for SessionHandler
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