pub struct RequestChildNodesCommand { /* private fields */ }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 RequestChildNodesCommand
impl Clone for RequestChildNodesCommand
Source§fn clone(&self) -> RequestChildNodesCommand
fn clone(&self) -> RequestChildNodesCommand
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 Command for RequestChildNodesCommand
impl Command for RequestChildNodesCommand
Source§impl Debug for RequestChildNodesCommand
impl Debug for RequestChildNodesCommand
Source§impl<'de> Deserialize<'de> for RequestChildNodesCommand
impl<'de> Deserialize<'de> for RequestChildNodesCommand
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 RequestChildNodesCommand
impl RefUnwindSafe for RequestChildNodesCommand
impl Send for RequestChildNodesCommand
impl Sync for RequestChildNodesCommand
impl Unpin for RequestChildNodesCommand
impl UnwindSafe for RequestChildNodesCommand
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