Struct url::percent_encoding::DEFAULT_ENCODE_SET [] [src]

pub struct DEFAULT_ENCODE_SET;

This encode set is used for path components.

Trait Implementations

impl EncodeSet for DEFAULT_ENCODE_SET

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

Derived Implementations

impl Clone for DEFAULT_ENCODE_SET

fn clone(&self) -> DEFAULT_ENCODE_SET

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

impl Copy for DEFAULT_ENCODE_SET