pub struct Tell {
pub task_key: TaskKey,
pub to: Address,
pub envelope: Envelope,
/* private fields */
}Fields§
§task_key: TaskKey§to: Address§envelope: EnvelopeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Tell
impl !RefUnwindSafe for Tell
impl Send for Tell
impl !Sync for Tell
impl Unpin for Tell
impl !UnwindSafe for Tell
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