Struct dlt_core::dlt::ExtendedHeaderConfig
source · [−]pub struct ExtendedHeaderConfig {
pub message_type: MessageType,
pub app_id: String,
pub context_id: String,
}
Expand description
Configuration options for the extended header
Fields
message_type: MessageType
app_id: String
context_id: String
Trait Implementations
sourceimpl Clone for ExtendedHeaderConfig
impl Clone for ExtendedHeaderConfig
sourcefn clone(&self) -> ExtendedHeaderConfig
fn clone(&self) -> ExtendedHeaderConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ExtendedHeaderConfig
impl Debug for ExtendedHeaderConfig
sourceimpl PartialEq<ExtendedHeaderConfig> for ExtendedHeaderConfig
impl PartialEq<ExtendedHeaderConfig> for ExtendedHeaderConfig
sourcefn eq(&self, other: &ExtendedHeaderConfig) -> bool
fn eq(&self, other: &ExtendedHeaderConfig) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ExtendedHeaderConfig) -> bool
fn ne(&self, other: &ExtendedHeaderConfig) -> bool
This method tests for !=
.
sourceimpl Serialize for ExtendedHeaderConfig
impl Serialize for ExtendedHeaderConfig
impl StructuralPartialEq for ExtendedHeaderConfig
Auto Trait Implementations
impl RefUnwindSafe for ExtendedHeaderConfig
impl Send for ExtendedHeaderConfig
impl Sync for ExtendedHeaderConfig
impl Unpin for ExtendedHeaderConfig
impl UnwindSafe for ExtendedHeaderConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more