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