#[repr(i32)]pub enum _tagPARSEACTION {
Show 19 variants
PARSE_CANONICALIZE = 1,
PARSE_FRIENDLY = 2,
PARSE_SECURITY_URL = 3,
PARSE_ROOTDOCUMENT = 4,
PARSE_DOCUMENT = 5,
PARSE_ANCHOR = 6,
PARSE_ENCODE_IS_UNESCAPE = 7,
PARSE_DECODE_IS_ESCAPE = 8,
PARSE_PATH_FROM_URL = 9,
PARSE_URL_FROM_PATH = 10,
PARSE_MIME = 11,
PARSE_SERVER = 12,
PARSE_SCHEMA = 13,
PARSE_SITE = 14,
PARSE_DOMAIN = 15,
PARSE_LOCATION = 16,
PARSE_SECURITY_DOMAIN = 17,
PARSE_ESCAPE = 18,
PARSE_UNESCAPE = 19,
}Variants§
PARSE_CANONICALIZE = 1
PARSE_FRIENDLY = 2
PARSE_SECURITY_URL = 3
PARSE_ROOTDOCUMENT = 4
PARSE_DOCUMENT = 5
PARSE_ANCHOR = 6
PARSE_ENCODE_IS_UNESCAPE = 7
PARSE_DECODE_IS_ESCAPE = 8
PARSE_PATH_FROM_URL = 9
PARSE_URL_FROM_PATH = 10
PARSE_MIME = 11
PARSE_SERVER = 12
PARSE_SCHEMA = 13
PARSE_SITE = 14
PARSE_DOMAIN = 15
PARSE_LOCATION = 16
PARSE_SECURITY_DOMAIN = 17
PARSE_ESCAPE = 18
PARSE_UNESCAPE = 19
Trait Implementations§
Source§impl Clone for _tagPARSEACTION
impl Clone for _tagPARSEACTION
Source§fn clone(&self) -> _tagPARSEACTION
fn clone(&self) -> _tagPARSEACTION
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _tagPARSEACTION
impl Debug for _tagPARSEACTION
Source§impl Hash for _tagPARSEACTION
impl Hash for _tagPARSEACTION
Source§impl PartialEq for _tagPARSEACTION
impl PartialEq for _tagPARSEACTION
impl Copy for _tagPARSEACTION
impl Eq for _tagPARSEACTION
impl StructuralPartialEq for _tagPARSEACTION
Auto Trait Implementations§
impl Freeze for _tagPARSEACTION
impl RefUnwindSafe for _tagPARSEACTION
impl Send for _tagPARSEACTION
impl Sync for _tagPARSEACTION
impl Unpin for _tagPARSEACTION
impl UnwindSafe for _tagPARSEACTION
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more