pub struct RuntimePacket {
pub header: CommonHeader,
pub metadata: Vec<u8>,
pub body: Vec<u8>,
}Fields§
§header: CommonHeader§metadata: Vec<u8>§body: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for RuntimePacket
impl Clone for RuntimePacket
Source§fn clone(&self) -> RuntimePacket
fn clone(&self) -> RuntimePacket
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuntimePacket
impl Debug for RuntimePacket
impl Eq for RuntimePacket
Source§impl PartialEq for RuntimePacket
impl PartialEq for RuntimePacket
impl StructuralPartialEq for RuntimePacket
Auto Trait Implementations§
impl Freeze for RuntimePacket
impl RefUnwindSafe for RuntimePacket
impl Send for RuntimePacket
impl Sync for RuntimePacket
impl Unpin for RuntimePacket
impl UnsafeUnpin for RuntimePacket
impl UnwindSafe for RuntimePacket
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