pub struct InboundFrame {
pub from: Address,
pub pdu: AkkaPdu,
}Expand description
A frame received from a remote peer.
Fields§
§from: Address§pdu: AkkaPduTrait Implementations§
Auto Trait Implementations§
impl Freeze for InboundFrame
impl RefUnwindSafe for InboundFrame
impl Send for InboundFrame
impl Sync for InboundFrame
impl Unpin for InboundFrame
impl UnsafeUnpin for InboundFrame
impl UnwindSafe for InboundFrame
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