pub struct Recipient<A, M>where
A: Address,{ /* private fields */ }Expand description
A recipient statically coupled to the message it accepts.
Implementations§
Trait Implementations§
impl<A, M> Copy for Recipient<A, M>where
A: Address,
impl<A, M> Eq for Recipient<A, M>where
A: Address,
Auto Trait Implementations§
impl<A, M> Freeze for Recipient<A, M>
impl<A, M> RefUnwindSafe for Recipient<A, M>
impl<A, M> Send for Recipient<A, M>
impl<A, M> Sync for Recipient<A, M>
impl<A, M> Unpin for Recipient<A, M>
impl<A, M> UnsafeUnpin for Recipient<A, M>
impl<A, M> UnwindSafe for Recipient<A, 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