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