pub struct InboundEnvelope {
pub envelope: RemoteEnvelope,
}Expand description
Inbound payload destined for the local ActorSystem. Produced by the
reader half and consumed by the local dispatcher (set on the
provider).
Fields§
§envelope: RemoteEnvelopeTrait Implementations§
Auto Trait Implementations§
impl Freeze for InboundEnvelope
impl RefUnwindSafe for InboundEnvelope
impl Send for InboundEnvelope
impl Sync for InboundEnvelope
impl Unpin for InboundEnvelope
impl UnsafeUnpin for InboundEnvelope
impl UnwindSafe for InboundEnvelope
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