Struct cdp::device_orientation::ClearDeviceOrientationOverrideCommand [] [src]

pub struct ClearDeviceOrientationOverrideCommand;

[Experimental] Clears the overridden Device Orientation.

Command DeviceOrientation.clearDeviceOrientationOverride

Domain Module: cdp::device_orientation
Command Struct: cdp::device_orientation::ClearDeviceOrientationOverrideCommand
Response Struct: cdp::device_orientation::ClearDeviceOrientationOverrideResponse

Trait Implementations

impl Clone for ClearDeviceOrientationOverrideCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ClearDeviceOrientationOverrideCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ClearDeviceOrientationOverrideCommand
[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 ClearDeviceOrientationOverrideCommand
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for ClearDeviceOrientationOverrideCommand
[src]

COMMAND_NAME: &'static str = "DeviceOrientation.clearDeviceOrientationOverride"

impl SerializeCdpCommand for ClearDeviceOrientationOverrideCommand
[src]

[src]

[src]

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

[src]

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