Struct cdp::css::GetPlatformFontsForNodeCommand [] [src]

pub struct GetPlatformFontsForNodeCommand {
    pub node_id: NodeId,
}

[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

Trait Implementations

impl Clone for GetPlatformFontsForNodeCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetPlatformFontsForNodeCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for GetPlatformFontsForNodeCommand
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl CdpCommand for GetPlatformFontsForNodeCommand
[src]

COMMAND_NAME: &'static str = "CSS.getPlatformFontsForNode"

impl SerializeCdpCommand for GetPlatformFontsForNodeCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for GetPlatformFontsForNodeCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for GetPlatformFontsForNodeCommand
[src]