#[non_exhaustive]pub struct ConnectionHeaderParameter { /* private fields */ }Expand description
Additional parameter included in the header. You can include up to 100 additional header parameters per request. An event payload cannot exceed 64 KB.
Implementations§
source§impl ConnectionHeaderParameter
impl ConnectionHeaderParameter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConnectionHeaderParameter.
Trait Implementations§
source§impl Clone for ConnectionHeaderParameter
impl Clone for ConnectionHeaderParameter
source§fn clone(&self) -> ConnectionHeaderParameter
fn clone(&self) -> ConnectionHeaderParameter
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 ConnectionHeaderParameter
impl Debug for ConnectionHeaderParameter
source§impl PartialEq<ConnectionHeaderParameter> for ConnectionHeaderParameter
impl PartialEq<ConnectionHeaderParameter> for ConnectionHeaderParameter
source§fn eq(&self, other: &ConnectionHeaderParameter) -> bool
fn eq(&self, other: &ConnectionHeaderParameter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.