pub struct WrapperMeta {
pub kind: WrapperKind,
pub message_type_enum: String,
pub originator_uuid: Option<String>,
pub rx_payload_id: Option<String>,
pub command_id: Option<String>,
pub destination_routing: Option<String>,
}Expand description
Metadata lifted off the wrapper (not the inner UCI message).
Fields§
§kind: WrapperKind§message_type_enum: String§originator_uuid: Option<String>§rx_payload_id: Option<String>§command_id: Option<String>§destination_routing: Option<String>Trait Implementations§
Source§impl Clone for WrapperMeta
impl Clone for WrapperMeta
Source§fn clone(&self) -> WrapperMeta
fn clone(&self) -> WrapperMeta
Returns a copy of the value. Read more
1.0.0 · 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 WrapperMeta
impl Debug for WrapperMeta
Source§impl PartialEq for WrapperMeta
impl PartialEq for WrapperMeta
impl Eq for WrapperMeta
impl StructuralPartialEq for WrapperMeta
Auto Trait Implementations§
impl Freeze for WrapperMeta
impl RefUnwindSafe for WrapperMeta
impl Send for WrapperMeta
impl Sync for WrapperMeta
impl Unpin for WrapperMeta
impl UnwindSafe for WrapperMeta
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