Struct aws_smithy_http_server::instrumentation::sensitivity::uri::QueryMarker
source · pub struct QueryMarker {
pub key: bool,
pub value: bool,
}Expand description
Marks the sensitive data of a query string pair.
Fields§
§key: boolSet to true to mark the key as sensitive.
value: boolSet to true to mark the value as sensitive.
Trait Implementations§
source§impl Debug for QueryMarker
impl Debug for QueryMarker
source§impl Default for QueryMarker
impl Default for QueryMarker
source§fn default() -> QueryMarker
fn default() -> QueryMarker
Returns the “default value” for a type. Read more
source§impl PartialEq<QueryMarker> for QueryMarker
impl PartialEq<QueryMarker> for QueryMarker
source§fn eq(&self, other: &QueryMarker) -> bool
fn eq(&self, other: &QueryMarker) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for QueryMarker
impl StructuralEq for QueryMarker
impl StructuralPartialEq for QueryMarker
Auto Trait Implementations§
impl RefUnwindSafe for QueryMarker
impl Send for QueryMarker
impl Sync for QueryMarker
impl Unpin for QueryMarker
impl UnwindSafe for QueryMarker
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.