Struct aws_sdk_wafv2::types::AllQueryArguments
source · #[non_exhaustive]pub struct AllQueryArguments {}
Expand description
Inspect all query arguments of the web request.
This is used in the FieldToMatch
specification for some web request component types.
JSON specification: "AllQueryArguments": {}
Implementations§
source§impl AllQueryArguments
impl AllQueryArguments
sourcepub fn builder() -> AllQueryArgumentsBuilder
pub fn builder() -> AllQueryArgumentsBuilder
Creates a new builder-style object to manufacture AllQueryArguments
.
Trait Implementations§
source§impl Clone for AllQueryArguments
impl Clone for AllQueryArguments
source§fn clone(&self) -> AllQueryArguments
fn clone(&self) -> AllQueryArguments
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 AllQueryArguments
impl Debug for AllQueryArguments
source§impl PartialEq for AllQueryArguments
impl PartialEq for AllQueryArguments
source§fn eq(&self, other: &AllQueryArguments) -> bool
fn eq(&self, other: &AllQueryArguments) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AllQueryArguments
Auto Trait Implementations§
impl RefUnwindSafe for AllQueryArguments
impl Send for AllQueryArguments
impl Sync for AllQueryArguments
impl Unpin for AllQueryArguments
impl UnwindSafe for AllQueryArguments
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.