pub struct RequestNodeReturn { /* private fields */ }Available on crate features
DOM and Runtime only.Expand description
Requests that the node is sent to the caller given the JavaScript node object reference. All
nodes that form the path from the node to the root are also sent to the client as a series of
setChildNodes notifications.
Implementations§
Trait Implementations§
Source§impl Clone for RequestNodeReturn
impl Clone for RequestNodeReturn
Source§fn clone(&self) -> RequestNodeReturn
fn clone(&self) -> RequestNodeReturn
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 RequestNodeReturn
impl Debug for RequestNodeReturn
Source§impl Deref for RequestNodeReturn
impl Deref for RequestNodeReturn
Source§impl<'de> Deserialize<'de> for RequestNodeReturn
impl<'de> Deserialize<'de> for RequestNodeReturn
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RequestNodeReturn
impl RefUnwindSafe for RequestNodeReturn
impl Send for RequestNodeReturn
impl Sync for RequestNodeReturn
impl Unpin for RequestNodeReturn
impl UnwindSafe for RequestNodeReturn
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