Struct percent_encoding::QUERY_ENCODE_SET [−][src]
pub struct QUERY_ENCODE_SET;
Expand description
This encode set is used in the URL parser for query strings.
Aside from special chacters defined in the SIMPLE_ENCODE_SET
,
space, double quote (“), hash (#), and inequality qualifiers (<), (>) are encoded.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QUERY_ENCODE_SET
impl Send for QUERY_ENCODE_SET
impl Sync for QUERY_ENCODE_SET
impl Unpin for QUERY_ENCODE_SET
impl UnwindSafe for QUERY_ENCODE_SET
Blanket Implementations
Mutably borrows from an owned value. Read more