pub struct ReplyHandle<M>where
M: Message,{ /* private fields */ }Implementations§
Auto Trait Implementations§
impl<M> Freeze for ReplyHandle<M>
impl<M> !RefUnwindSafe for ReplyHandle<M>
impl<M> Send for ReplyHandle<M>
impl<M> Sync for ReplyHandle<M>
impl<M> Unpin for ReplyHandle<M>
impl<M> UnsafeUnpin for ReplyHandle<M>
impl<M> !UnwindSafe for ReplyHandle<M>
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