Struct script::dom::domexception::DOMException
source · #[repr(C)]pub struct DOMException {
reflector_: Reflector,
message: DOMString,
name: DOMString,
}
Fields§
§reflector_: Reflector
§message: DOMString
§name: DOMString
Implementations§
source§impl DOMException
impl DOMException
fn __assert_parent_type(&self)
source§impl DOMException
impl DOMException
pub fn type_id(&self) -> &'static DOMExceptionTypeId
source§impl DOMException
impl DOMException
fn get_error_data_by_code(code: DOMErrorName) -> (DOMString, DOMString)
fn new_inherited(message_: DOMString, name_: DOMString) -> DOMException
pub fn new(global: &GlobalScope, code: DOMErrorName) -> Root<Dom<DOMException>>
pub fn Constructor(
global: &GlobalScope,
message: DOMString,
name: DOMString
) -> Result<Root<Dom<DOMException>>, Error>
pub fn stringifier(&self) -> DOMString
Trait Implementations§
source§impl Castable for DOMException
impl Castable for DOMException
source§impl DOMExceptionMethods for DOMException
impl DOMExceptionMethods for DOMException
source§impl DomObject for DOMException
impl DomObject for DOMException
source§impl DomObjectWrap for DOMException
impl DomObjectWrap for DOMException
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::DOMExceptionBinding::DOMExceptionBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::domexception::DOMException>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::domexception::DOMException>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::DOMExceptionBinding::DOMExceptionBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::domexception::DOMException>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::domexception::DOMException>>}
Function pointer to the general wrap function type
source§impl HasParent for DOMException
impl HasParent for DOMException
source§impl IDLInterface for DOMException
impl IDLInterface for DOMException
source§impl JSTraceable for DOMException
impl JSTraceable for DOMException
source§impl MallocSizeOf for DOMException
impl MallocSizeOf for DOMException
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl MutDomObject for DOMException
impl MutDomObject for DOMException
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<DOMException> for DOMException
impl PartialEq<DOMException> for DOMException
source§fn eq(&self, other: &DOMException) -> bool
fn eq(&self, other: &DOMException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToJSValConvertible for DOMException
impl ToJSValConvertible for DOMException
impl DerivedFrom<DOMException> for DOMException
impl DerivedFrom<DOMException> for RTCError
Auto Trait Implementations§
impl !RefUnwindSafe for DOMException
impl !Send for DOMException
impl !Sync for DOMException
impl Unpin for DOMException
impl UnwindSafe for DOMException
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert