pub struct Delivery<A, M>where
A: Address,{
pub to: Recipient<A, M>,
pub message: M,
}Expand description
One statically typed send operation.
Fields§
§to: Recipient<A, M>§message: MImplementations§
Trait Implementations§
impl<A, M> Eq for Delivery<A, M>
impl<A, M> StructuralPartialEq for Delivery<A, M>
Auto Trait Implementations§
impl<A, M> Freeze for Delivery<A, M>
impl<A, M> RefUnwindSafe for Delivery<A, M>
impl<A, M> Send for Delivery<A, M>
impl<A, M> Sync for Delivery<A, M>
impl<A, M> Unpin for Delivery<A, M>
impl<A, M> UnsafeUnpin for Delivery<A, M>
impl<A, M> UnwindSafe for Delivery<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