pub struct NnrpRuntimeControl {
pub message_type: MessageType,
pub metadata: ControlRequestMetadata,
pub body: Vec<u8>,
}Fields§
§message_type: MessageType§metadata: ControlRequestMetadata§body: Vec<u8>Trait Implementations§
Source§impl Clone for NnrpRuntimeControl
impl Clone for NnrpRuntimeControl
Source§fn clone(&self) -> NnrpRuntimeControl
fn clone(&self) -> NnrpRuntimeControl
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 NnrpRuntimeControl
impl Debug for NnrpRuntimeControl
impl Eq for NnrpRuntimeControl
Source§impl PartialEq for NnrpRuntimeControl
impl PartialEq for NnrpRuntimeControl
impl StructuralPartialEq for NnrpRuntimeControl
Auto Trait Implementations§
impl Freeze for NnrpRuntimeControl
impl RefUnwindSafe for NnrpRuntimeControl
impl Send for NnrpRuntimeControl
impl Sync for NnrpRuntimeControl
impl Unpin for NnrpRuntimeControl
impl UnsafeUnpin for NnrpRuntimeControl
impl UnwindSafe for NnrpRuntimeControl
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