pub struct SessionHandler<'a> { /* 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<'a> !Freeze for SessionHandler<'a>
impl<'a> !RefUnwindSafe for SessionHandler<'a>
impl<'a> !Send for SessionHandler<'a>
impl<'a> !Sync for SessionHandler<'a>
impl<'a> Unpin for SessionHandler<'a>
impl<'a> !UnwindSafe for SessionHandler<'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