Expand description
Controls whether query parameters will be removed.
Variants§
None
No query parameters will be removed.
All
All query parameters will be removed.
List(Vec<Regex>)
Only query parameters matching provided regular expressions will be removed.
Trait Implementations§
source§impl Clone for RemoveQueryParametersOptions
impl Clone for RemoveQueryParametersOptions
source§fn clone(&self) -> RemoveQueryParametersOptions
fn clone(&self) -> RemoveQueryParametersOptions
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 more