pub struct Dispatcher<T: Transport> { /* private fields */ }
Expand description
A dispatcher for a client endpoint.
It must be actively polled to receive events and transaction responses.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for Dispatcher<T>
impl<T> !RefUnwindSafe for Dispatcher<T>
impl<T> Send for Dispatcher<T>
impl<T> Sync for Dispatcher<T>
impl<T> Unpin for Dispatcher<T>
impl<T> !UnwindSafe for Dispatcher<T>
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