pub struct GetLayersForNode { /* private fields */ }Expand description
Returns all layers parsed by the rendering engine for the tree scope of a node. Given a DOM element identified by nodeId, getLayersForNode returns the root layer for the nearest ancestor document or shadow root. The layer root contains the full layer tree for the tree scope and their ordering. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for GetLayersForNode
impl Clone for GetLayersForNode
Source§fn clone(&self) -> GetLayersForNode
fn clone(&self) -> GetLayersForNode
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 GetLayersForNode
impl Command for GetLayersForNode
Source§type Response = GetLayersForNodeResult
type Response = GetLayersForNodeResult
Response type for this command
Source§impl Debug for GetLayersForNode
impl Debug for GetLayersForNode
Auto Trait Implementations§
impl Freeze for GetLayersForNode
impl RefUnwindSafe for GetLayersForNode
impl Send for GetLayersForNode
impl Sync for GetLayersForNode
impl Unpin for GetLayersForNode
impl UnwindSafe for GetLayersForNode
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