pub struct Replier { /* private fields */ }
Expand description
A type for sending a reply to a message. Replies are sent over their own streams, so no two messages can interfere with one another.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Replier
impl Send for Replier
impl Sync for Replier
impl Unpin for Replier
impl !UnwindSafe for Replier
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