pub struct MapResponder { /* private fields */ }Expand description
Responds with a 1-to-1 mapping of Message->Message. The server will return as many messages
as the client sends.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapResponder
impl !RefUnwindSafe for MapResponder
impl Send for MapResponder
impl Sync for MapResponder
impl Unpin for MapResponder
impl !UnwindSafe for MapResponder
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