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