Struct objc2_web_kit::DOMExceptionCode
source · #[repr(transparent)]pub struct DOMExceptionCode(pub c_uint);
👎Deprecated
Available on crate feature
DOMException
only.Tuple Fields§
§0: c_uint
👎Deprecated
Implementations§
source§impl DOMExceptionCode
impl DOMExceptionCode
pub const DOM_INDEX_SIZE_ERR: Self = _
👎Deprecated
pub const DOM_DOMSTRING_SIZE_ERR: Self = _
👎Deprecated
pub const DOM_HIERARCHY_REQUEST_ERR: Self = _
👎Deprecated
pub const DOM_WRONG_DOCUMENT_ERR: Self = _
👎Deprecated
pub const DOM_INVALID_CHARACTER_ERR: Self = _
👎Deprecated
pub const DOM_NO_DATA_ALLOWED_ERR: Self = _
👎Deprecated
pub const DOM_NO_MODIFICATION_ALLOWED_ERR: Self = _
👎Deprecated
pub const DOM_NOT_FOUND_ERR: Self = _
👎Deprecated
pub const DOM_NOT_SUPPORTED_ERR: Self = _
👎Deprecated
pub const DOM_INUSE_ATTRIBUTE_ERR: Self = _
👎Deprecated
pub const DOM_INVALID_STATE_ERR: Self = _
👎Deprecated
pub const DOM_SYNTAX_ERR: Self = _
👎Deprecated
pub const DOM_INVALID_MODIFICATION_ERR: Self = _
👎Deprecated
pub const DOM_NAMESPACE_ERR: Self = _
👎Deprecated
pub const DOM_INVALID_ACCESS_ERR: Self = _
👎Deprecated
Trait Implementations§
source§impl Clone for DOMExceptionCode
impl Clone for DOMExceptionCode
source§fn clone(&self) -> DOMExceptionCode
fn clone(&self) -> DOMExceptionCode
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 DOMExceptionCode
impl Debug for DOMExceptionCode
source§impl Encode for DOMExceptionCode
impl Encode for DOMExceptionCode
source§impl Hash for DOMExceptionCode
impl Hash for DOMExceptionCode
source§impl Ord for DOMExceptionCode
impl Ord for DOMExceptionCode
source§fn cmp(&self, other: &DOMExceptionCode) -> Ordering
fn cmp(&self, other: &DOMExceptionCode) -> 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 DOMExceptionCode
impl PartialEq for DOMExceptionCode
source§fn eq(&self, other: &DOMExceptionCode) -> bool
fn eq(&self, other: &DOMExceptionCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DOMExceptionCode
impl PartialOrd for DOMExceptionCode
source§fn partial_cmp(&self, other: &DOMExceptionCode) -> Option<Ordering>
fn partial_cmp(&self, other: &DOMExceptionCode) -> 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 DOMExceptionCode
impl RefEncode for DOMExceptionCode
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 DOMExceptionCode
impl Eq for DOMExceptionCode
impl StructuralPartialEq for DOMExceptionCode
Auto Trait Implementations§
impl Freeze for DOMExceptionCode
impl RefUnwindSafe for DOMExceptionCode
impl Send for DOMExceptionCode
impl Sync for DOMExceptionCode
impl Unpin for DOMExceptionCode
impl UnwindSafe for DOMExceptionCode
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.