pub struct SessionService<B: Backend> { /* private fields */ }Implementations§
Source§impl<B: Backend> SessionService<B>
impl<B: Backend> SessionService<B>
pub fn new(connect: ConnectRequest, dbcs: DbcRegistry, backend: B) -> Self
pub fn handle_request(&mut self, request: Request) -> Response
pub fn tick(&mut self)
pub fn should_shutdown(&self) -> bool
Auto Trait Implementations§
impl<B> Freeze for SessionService<B>where
B: Freeze,
impl<B> !RefUnwindSafe for SessionService<B>
impl<B> Send for SessionService<B>
impl<B> !Sync for SessionService<B>
impl<B> Unpin for SessionService<B>where
B: Unpin,
impl<B> UnsafeUnpin for SessionService<B>where
B: UnsafeUnpin,
impl<B> !UnwindSafe for SessionService<B>
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