pub struct Reply<R: Message>(/* private fields */);Expand description
A port used to send a reply to a Call.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> !RefUnwindSafe for Reply<R>
impl<R> !UnwindSafe for Reply<R>
impl<R> Freeze for Reply<R>
impl<R> Send for Reply<R>
impl<R> Sync for Reply<R>
impl<R> Unpin for Reply<R>
impl<R> UnsafeUnpin for Reply<R>
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