Struct cdp::animation::GetCurrentTimeCommand [] [src]

pub struct GetCurrentTimeCommand<'a> {
    pub id: Cow<'a, str>,
}

[Experimental] Returns the current time of the an animation.

Command Animation.getCurrentTime

Domain Module: cdp::animation
Command Struct: cdp::animation::GetCurrentTimeCommand
Response Struct: cdp::animation::GetCurrentTimeResponse

Fields

Id of animation.

Trait Implementations

impl<'a> Clone for GetCurrentTimeCommand<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for GetCurrentTimeCommand<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for GetCurrentTimeCommand<'a>
[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<'a> CdpCommand for GetCurrentTimeCommand<'a>
[src]

COMMAND_NAME: &'static str = "Animation.getCurrentTime"

impl<'a> SerializeCdpCommand for GetCurrentTimeCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for GetCurrentTimeCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for GetCurrentTimeCommand<'a>
[src]