pub struct OutboundMigrationMessage {
pub dest_node: u64,
pub payload: Vec<u8>,
}Expand description
Outbound message with destination node.
Fields§
§dest_node: u64Destination node ID.
payload: Vec<u8>Encoded wire message.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutboundMigrationMessage
impl RefUnwindSafe for OutboundMigrationMessage
impl Send for OutboundMigrationMessage
impl Sync for OutboundMigrationMessage
impl Unpin for OutboundMigrationMessage
impl UnsafeUnpin for OutboundMigrationMessage
impl UnwindSafe for OutboundMigrationMessage
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