Struct objc2_web_kit::DOMXPathExceptionCode
source ยท #[repr(transparent)]pub struct DOMXPathExceptionCode(pub c_uint);
๐Deprecated
Available on crate feature
DOMXPathException
only.Tuple Fieldsยง
ยง0: c_uint
๐Deprecated
Implementationsยง
sourceยงimpl DOMXPathExceptionCode
impl DOMXPathExceptionCode
pub const DOM_INVALID_EXPRESSION_ERR: Self = _
๐Deprecated
pub const DOM_TYPE_ERR: Self = _
๐Deprecated
Trait Implementationsยง
sourceยงimpl Clone for DOMXPathExceptionCode
impl Clone for DOMXPathExceptionCode
sourceยงfn clone(&self) -> DOMXPathExceptionCode
fn clone(&self) -> DOMXPathExceptionCode
Returns a copy 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 DOMXPathExceptionCode
impl Debug for DOMXPathExceptionCode
sourceยงimpl Encode for DOMXPathExceptionCode
impl Encode for DOMXPathExceptionCode
sourceยงimpl Hash for DOMXPathExceptionCode
impl Hash for DOMXPathExceptionCode
sourceยงimpl Ord for DOMXPathExceptionCode
impl Ord for DOMXPathExceptionCode
sourceยงfn cmp(&self, other: &DOMXPathExceptionCode) -> Ordering
fn cmp(&self, other: &DOMXPathExceptionCode) -> Ordering
1.21.0 ยท sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
sourceยงimpl PartialEq for DOMXPathExceptionCode
impl PartialEq for DOMXPathExceptionCode
sourceยงfn eq(&self, other: &DOMXPathExceptionCode) -> bool
fn eq(&self, other: &DOMXPathExceptionCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.sourceยงimpl PartialOrd for DOMXPathExceptionCode
impl PartialOrd for DOMXPathExceptionCode
sourceยงfn partial_cmp(&self, other: &DOMXPathExceptionCode) -> Option<Ordering>
fn partial_cmp(&self, other: &DOMXPathExceptionCode) -> Option<Ordering>
1.0.0 ยท sourceยงfn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceยงimpl RefEncode for DOMXPathExceptionCode
impl RefEncode for DOMXPathExceptionCode
sourceยงconst ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for DOMXPathExceptionCode
impl Eq for DOMXPathExceptionCode
impl StructuralPartialEq for DOMXPathExceptionCode
Auto Trait Implementationsยง
impl Freeze for DOMXPathExceptionCode
impl RefUnwindSafe for DOMXPathExceptionCode
impl Send for DOMXPathExceptionCode
impl Sync for DOMXPathExceptionCode
impl Unpin for DOMXPathExceptionCode
impl UnwindSafe for DOMXPathExceptionCode
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
sourceยงimpl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
sourceยงconst ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
sourceยงimpl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
sourceยงconst ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.