pub struct DeadLetter {
pub recipient: ActorPath,
pub sender: Option<ActorPath>,
pub message: Box<dyn Any + Send>,
}Fields§
§recipient: ActorPath§sender: Option<ActorPath>§message: Box<dyn Any + Send>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeadLetter
impl !RefUnwindSafe for DeadLetter
impl Send for DeadLetter
impl !Sync for DeadLetter
impl Unpin for DeadLetter
impl UnsafeUnpin for DeadLetter
impl !UnwindSafe for DeadLetter
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