Struct web_sys::ProcessingInstruction 
source · #[repr(transparent)]pub struct ProcessingInstruction { /* private fields */ }Expand description
The ProcessingInstruction object
This API requires the following crate features to be activated: ProcessingInstruction
Implementations§
source§impl ProcessingInstruction
 
impl ProcessingInstruction
source§impl ProcessingInstruction
 
impl ProcessingInstruction
sourcepub fn sheet(&self) -> Option<StyleSheet>
 
pub fn sheet(&self) -> Option<StyleSheet>
The sheet getter
This API requires the following crate features to be activated: ProcessingInstruction, StyleSheet
Trait Implementations§
source§impl AsRef<CharacterData> for ProcessingInstruction
 
impl AsRef<CharacterData> for ProcessingInstruction
source§fn as_ref(&self) -> &CharacterData
 
fn as_ref(&self) -> &CharacterData
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<EventTarget> for ProcessingInstruction
 
impl AsRef<EventTarget> for ProcessingInstruction
source§fn as_ref(&self) -> &EventTarget
 
fn as_ref(&self) -> &EventTarget
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<JsValue> for ProcessingInstruction
 
impl AsRef<JsValue> for ProcessingInstruction
source§impl AsRef<Node> for ProcessingInstruction
 
impl AsRef<Node> for ProcessingInstruction
source§impl AsRef<Object> for ProcessingInstruction
 
impl AsRef<Object> for ProcessingInstruction
source§impl Clone for ProcessingInstruction
 
impl Clone for ProcessingInstruction
source§fn clone(&self) -> ProcessingInstruction
 
fn clone(&self) -> ProcessingInstruction
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 ProcessingInstruction
 
impl Debug for ProcessingInstruction
source§impl From<JsValue> for ProcessingInstruction
 
impl From<JsValue> for ProcessingInstruction
source§fn from(obj: JsValue) -> ProcessingInstruction
 
fn from(obj: JsValue) -> ProcessingInstruction
Converts to this type from the input type.
source§impl From<ProcessingInstruction> for CharacterData
 
impl From<ProcessingInstruction> for CharacterData
source§fn from(obj: ProcessingInstruction) -> CharacterData
 
fn from(obj: ProcessingInstruction) -> CharacterData
Converts to this type from the input type.
source§impl From<ProcessingInstruction> for EventTarget
 
impl From<ProcessingInstruction> for EventTarget
source§fn from(obj: ProcessingInstruction) -> EventTarget
 
fn from(obj: ProcessingInstruction) -> EventTarget
Converts to this type from the input type.
source§impl From<ProcessingInstruction> for JsValue
 
impl From<ProcessingInstruction> for JsValue
source§fn from(obj: ProcessingInstruction) -> JsValue
 
fn from(obj: ProcessingInstruction) -> JsValue
Converts to this type from the input type.
source§impl From<ProcessingInstruction> for Node
 
impl From<ProcessingInstruction> for Node
source§fn from(obj: ProcessingInstruction) -> Node
 
fn from(obj: ProcessingInstruction) -> Node
Converts to this type from the input type.
source§impl From<ProcessingInstruction> for Object
 
impl From<ProcessingInstruction> for Object
source§fn from(obj: ProcessingInstruction) -> Object
 
fn from(obj: ProcessingInstruction) -> Object
Converts to this type from the input type.
source§impl FromWasmAbi for ProcessingInstruction
 
impl FromWasmAbi for ProcessingInstruction
source§impl<'a> IntoWasmAbi for &'a ProcessingInstruction
 
impl<'a> IntoWasmAbi for &'a ProcessingInstruction
source§impl IntoWasmAbi for ProcessingInstruction
 
impl IntoWasmAbi for ProcessingInstruction
source§impl JsCast for ProcessingInstruction
 
impl JsCast for ProcessingInstruction
source§fn instanceof(val: &JsValue) -> bool
 
fn instanceof(val: &JsValue) -> bool
Performs a dynamic 
instanceof check to see whether the JsValue
provided is an instance of this type. Read moresource§fn unchecked_from_js(val: JsValue) -> Self
 
fn unchecked_from_js(val: JsValue) -> Self
source§fn unchecked_from_js_ref(val: &JsValue) -> &Self
 
fn unchecked_from_js_ref(val: &JsValue) -> &Self
source§fn is_instance_of<T>(&self) -> boolwhere
    T: JsCast,
 
fn is_instance_of<T>(&self) -> boolwhere
    T: JsCast,
Test whether this JS value is an instance of the type 
T. Read moresource§fn dyn_into<T>(self) -> Result<T, Self>where
    T: JsCast,
 
fn dyn_into<T>(self) -> Result<T, Self>where
    T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the
target type 
T. Read moresource§fn dyn_ref<T>(&self) -> Option<&T>where
    T: JsCast,
 
fn dyn_ref<T>(&self) -> Option<&T>where
    T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the
target type 
T. Read moresource§fn unchecked_into<T>(self) -> Twhere
    T: JsCast,
 
fn unchecked_into<T>(self) -> Twhere
    T: JsCast,
Performs a zero-cost unchecked cast into the specified type. Read more
source§impl<'a> OptionIntoWasmAbi for &'a ProcessingInstruction
 
impl<'a> OptionIntoWasmAbi for &'a ProcessingInstruction
source§impl RefFromWasmAbi for ProcessingInstruction
 
impl RefFromWasmAbi for ProcessingInstruction
§type Abi = <JsValue as RefFromWasmAbi>::Abi
 
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to 
Self are recovered from.§type Anchor = ManuallyDrop<ProcessingInstruction>
 
type Anchor = ManuallyDrop<ProcessingInstruction>
The type that holds the reference to 
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ProcessingInstruction
impl !Send for ProcessingInstruction
impl !Sync for ProcessingInstruction
impl Unpin for ProcessingInstruction
impl UnwindSafe for ProcessingInstruction
Blanket Implementations§
source§impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
 
impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
 
type Abi = <T as IntoWasmAbi>::Abi
Same as 
IntoWasmAbi::Abisource§fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
 
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
Same as 
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more