pub struct RequestChildNodesReturn {}Available on crate features
DOM and Runtime only.Expand description
Requests that children of the node with given id are returned to the caller in form of
setChildNodes events where not only immediate children are retrieved, but all children down to
the specified depth.
Implementations§
Trait Implementations§
Source§impl Clone for RequestChildNodesReturn
impl Clone for RequestChildNodesReturn
Source§fn clone(&self) -> RequestChildNodesReturn
fn clone(&self) -> RequestChildNodesReturn
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 RequestChildNodesReturn
impl Debug for RequestChildNodesReturn
Source§impl Default for RequestChildNodesReturn
impl Default for RequestChildNodesReturn
Source§fn default() -> RequestChildNodesReturn
fn default() -> RequestChildNodesReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RequestChildNodesReturn
impl<'de> Deserialize<'de> for RequestChildNodesReturn
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 RequestChildNodesReturn
impl RefUnwindSafe for RequestChildNodesReturn
impl Send for RequestChildNodesReturn
impl Sync for RequestChildNodesReturn
impl Unpin for RequestChildNodesReturn
impl UnwindSafe for RequestChildNodesReturn
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