Struct percent_encoding::DEFAULT_ENCODE_SET [−][src]
pub struct DEFAULT_ENCODE_SET;
Expand description
This encode set is used for path components.
Aside from special chacters defined in the SIMPLE_ENCODE_SET
,
space, double quote (“), hash (#), inequality qualifiers (<), (>), backtick (`),
question mark (?), and curly brackets ({), (}) are encoded.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DEFAULT_ENCODE_SET
impl Send for DEFAULT_ENCODE_SET
impl Sync for DEFAULT_ENCODE_SET
impl Unpin for DEFAULT_ENCODE_SET
impl UnwindSafe for DEFAULT_ENCODE_SET
Blanket Implementations
Mutably borrows from an owned value. Read more