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§
source§impl Clone for ExtendedHeaderConfig
impl Clone for ExtendedHeaderConfig
source§fn clone(&self) -> ExtendedHeaderConfig
fn clone(&self) -> ExtendedHeaderConfig
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 ExtendedHeaderConfig
impl Debug for ExtendedHeaderConfig
source§impl PartialEq for ExtendedHeaderConfig
impl PartialEq for ExtendedHeaderConfig
source§impl Serialize for ExtendedHeaderConfig
impl Serialize for ExtendedHeaderConfig
impl StructuralPartialEq for ExtendedHeaderConfig
Auto Trait Implementations§
impl Freeze for ExtendedHeaderConfig
impl RefUnwindSafe for ExtendedHeaderConfig
impl Send for ExtendedHeaderConfig
impl Sync for ExtendedHeaderConfig
impl Unpin for ExtendedHeaderConfig
impl UnwindSafe for ExtendedHeaderConfig
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)