Struct cdp::emulation::ResetPageScaleFactorResponse [] [src]

pub struct ResetPageScaleFactorResponse;

[Experimental] Requests that page scale factor is reset to initial values.

Command Emulation.resetPageScaleFactor

Domain Module: cdp::emulation
Command Struct: cdp::emulation::ResetPageScaleFactorCommand
Response Struct: cdp::emulation::ResetPageScaleFactorResponse

Trait Implementations

impl Clone for ResetPageScaleFactorResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ResetPageScaleFactorResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ResetPageScaleFactorResponse
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Serialize for ResetPageScaleFactorResponse
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for ResetPageScaleFactorResponse
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for ResetPageScaleFactorResponse
[src]

COMMAND_NAME: &'static str = "Emulation.resetPageScaleFactor"

impl<'a> HasCdpCommand<'a> for ResetPageScaleFactorResponse
[src]