pub struct Call<M: Message, R: Message> { /* private fields */ }Expand description
A request together with the channel used to answer it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M, R> !RefUnwindSafe for Call<M, R>
impl<M, R> !UnwindSafe for Call<M, R>
impl<M, R> Freeze for Call<M, R>where
M: Freeze,
impl<M, R> Send for Call<M, R>
impl<M, R> Sync for Call<M, R>where
M: Sync,
impl<M, R> Unpin for Call<M, R>where
M: Unpin,
impl<M, R> UnsafeUnpin for Call<M, R>where
M: UnsafeUnpin,
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