pub struct GetLayoutMetricsCommand {}Available on crate features
Page and Debugger and DOM and IO and Network and Runtime only.Expand description
Returns metrics relating to the layouting of the page, such as viewport bounds/scale.
Implementations§
Trait Implementations§
Source§impl Clone for GetLayoutMetricsCommand
impl Clone for GetLayoutMetricsCommand
Source§fn clone(&self) -> GetLayoutMetricsCommand
fn clone(&self) -> GetLayoutMetricsCommand
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 GetLayoutMetricsCommand
impl Command for GetLayoutMetricsCommand
Source§impl Debug for GetLayoutMetricsCommand
impl Debug for GetLayoutMetricsCommand
Source§impl Default for GetLayoutMetricsCommand
impl Default for GetLayoutMetricsCommand
Source§fn default() -> GetLayoutMetricsCommand
fn default() -> GetLayoutMetricsCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetLayoutMetricsCommand
impl<'de> Deserialize<'de> for GetLayoutMetricsCommand
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 GetLayoutMetricsCommand
impl RefUnwindSafe for GetLayoutMetricsCommand
impl Send for GetLayoutMetricsCommand
impl Sync for GetLayoutMetricsCommand
impl Unpin for GetLayoutMetricsCommand
impl UnwindSafe for GetLayoutMetricsCommand
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