Struct url::percent_encoding::QUERY_ENCODE_SET
[−]
[src]
pub struct QUERY_ENCODE_SET;
This encode set is used in the URL parser for query strings.
pub struct QUERY_ENCODE_SET;
This encode set is used in the URL parser for query strings.
impl EncodeSet for QUERY_ENCODE_SET
impl Clone for QUERY_ENCODE_SET
fn clone(&self) -> QUERY_ENCODE_SET
fn clone_from(&mut self, source: &Self)
impl Copy for QUERY_ENCODE_SET