pub struct ReachDelegator;Trait Implementations§
Source§impl RequestDelegator<ReachCommunication> for ReachDelegator
impl RequestDelegator<ReachCommunication> for ReachDelegator
type GlobalContext = ReachGlobalContext
type SessionContext = ReachSessionContext
async fn delegate( item: RawWebSocketItem<<ReachCommunication as CommunicableTypes>::Req, <ReachCommunication as CommunicableTypes>::Resp>, global_context: Arc<Self::GlobalContext>, session_context: Arc<RwLock<Self::SessionContext>>, ) -> Result<(), RespondToItemError>
Auto Trait Implementations§
impl Freeze for ReachDelegator
impl RefUnwindSafe for ReachDelegator
impl Send for ReachDelegator
impl Sync for ReachDelegator
impl Unpin for ReachDelegator
impl UnwindSafe for ReachDelegator
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