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.

Trait Implementations

impl EncodeSet for QUERY_ENCODE_SET

fn contains(&self, byte: u8) -> bool

Derived Implementations

impl Clone for QUERY_ENCODE_SET

fn clone(&self) -> QUERY_ENCODE_SET

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for QUERY_ENCODE_SET