Struct cdp::css::GetPlatformFontsForNodeResponse
[−]
[src]
pub struct GetPlatformFontsForNodeResponse<'a> {
pub fonts: Vec<PlatformFontUsage<'a>>,
}[Experimental] Requests information about platform fonts which we used to render child TextNodes in the given node.
Command CSS.getPlatformFontsForNode
Domain Module: cdp::css
Command Struct: cdp::css::GetPlatformFontsForNodeCommand
Response Struct: cdp::css::GetPlatformFontsForNodeResponse
Fields
fonts: Vec<PlatformFontUsage<'a>>
Usage statistics for every employed platform font.
Trait Implementations
impl<'a> Clone for GetPlatformFontsForNodeResponse<'a>[src]
fn clone(&self) -> GetPlatformFontsForNodeResponse<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a> Debug for GetPlatformFontsForNodeResponse<'a>[src]
impl<'a> PartialEq for GetPlatformFontsForNodeResponse<'a>[src]
fn eq(&self, __arg_0: &GetPlatformFontsForNodeResponse<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &GetPlatformFontsForNodeResponse<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpCommand for GetPlatformFontsForNodeResponse<'a>[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "CSS.getPlatformFontsForNode"