Struct url::percent_encoding::DEFAULT_ENCODE_SET
[−]
[src]
pub struct DEFAULT_ENCODE_SET;
This encode set is used for path components.
pub struct DEFAULT_ENCODE_SET;
This encode set is used for path components.
impl EncodeSet for DEFAULT_ENCODE_SET
impl Clone for DEFAULT_ENCODE_SET
fn clone(&self) -> DEFAULT_ENCODE_SET
fn clone_from(&mut self, source: &Self)
impl Copy for DEFAULT_ENCODE_SET