#[repr(transparent)]pub struct PARSEACTION(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl PARSEACTION
impl PARSEACTION
pub const PARSE_CANONICALIZE: Self
pub const PARSE_FRIENDLY: Self
pub const PARSE_SECURITY_URL: Self
pub const PARSE_ROOTDOCUMENT: Self
pub const PARSE_DOCUMENT: Self
pub const PARSE_ANCHOR: Self
pub const PARSE_ENCODE_IS_UNESCAPE: Self
pub const PARSE_DECODE_IS_ESCAPE: Self
pub const PARSE_PATH_FROM_URL: Self
pub const PARSE_URL_FROM_PATH: Self
pub const PARSE_MIME: Self
pub const PARSE_SERVER: Self
pub const PARSE_SCHEMA: Self
pub const PARSE_SITE: Self
pub const PARSE_DOMAIN: Self
pub const PARSE_LOCATION: Self
pub const PARSE_SECURITY_DOMAIN: Self
pub const PARSE_ESCAPE: Self
pub const PARSE_UNESCAPE: Self
Trait Implementations§
Source§impl Abi for PARSEACTION
impl Abi for PARSEACTION
Source§type Abi = PARSEACTION
type Abi = PARSEACTION
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for PARSEACTION
impl Clone for PARSEACTION
Source§fn clone(&self) -> PARSEACTION
fn clone(&self) -> PARSEACTION
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 PARSEACTION
impl Debug for PARSEACTION
Source§impl Default for PARSEACTION
impl Default for PARSEACTION
Source§fn default() -> PARSEACTION
fn default() -> PARSEACTION
Returns the “default value” for a type. Read more
Source§impl From<i32> for PARSEACTION
impl From<i32> for PARSEACTION
Source§impl PartialEq for PARSEACTION
impl PartialEq for PARSEACTION
impl Copy for PARSEACTION
impl Eq for PARSEACTION
impl StructuralPartialEq for PARSEACTION
Auto Trait Implementations§
impl Freeze for PARSEACTION
impl RefUnwindSafe for PARSEACTION
impl Send for PARSEACTION
impl Sync for PARSEACTION
impl Unpin for PARSEACTION
impl UnwindSafe for PARSEACTION
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