pub struct ServerHandlerContext { /* private fields */ }Implementations§
Source§impl ServerHandlerContext
impl ServerHandlerContext
pub fn loop_remote(&self) -> Handle
Auto Trait Implementations§
impl Freeze for ServerHandlerContext
impl !RefUnwindSafe for ServerHandlerContext
impl Send for ServerHandlerContext
impl Sync for ServerHandlerContext
impl Unpin for ServerHandlerContext
impl UnsafeUnpin for ServerHandlerContext
impl !UnwindSafe for ServerHandlerContext
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