pub struct ReplyHandle<T>(/* private fields */);
Expand description
The reply handle to respond to the received message.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for ReplyHandle<T>
impl<T> RefUnwindSafe for ReplyHandle<T>
impl<T> Send for ReplyHandle<T>where
T: Send,
impl<T> Sync for ReplyHandle<T>where
T: Send,
impl<T> Unpin for ReplyHandle<T>
impl<T> UnwindSafe for ReplyHandle<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