pub struct NoopDispatcher;
Trait Implementations§
Source§impl Dispatcher for NoopDispatcher
impl Dispatcher for NoopDispatcher
fn read(&self, _context: ServiceContext) -> ProtocolResult<ExecResp>
fn write(&self, _context: ServiceContext) -> ProtocolResult<ExecResp>
Auto Trait Implementations§
impl Freeze for NoopDispatcher
impl RefUnwindSafe for NoopDispatcher
impl Send for NoopDispatcher
impl Sync for NoopDispatcher
impl Unpin for NoopDispatcher
impl UnwindSafe for NoopDispatcher
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