Struct cdp::io::ResolveBlobCommand [] [src]

pub struct ResolveBlobCommand<'a> {
    pub object_id: RemoteObjectId<'a>,
}

[Experimental] Return UUID of Blob object specified by a remote object id.

Command IO.resolveBlob

Domain Module: cdp::io
Command Struct: cdp::io::ResolveBlobCommand
Response Struct: cdp::io::ResolveBlobResponse

Fields

Object id of a Blob object wrapper.

Trait Implementations

impl<'a> Clone for ResolveBlobCommand<'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 ResolveBlobCommand<'a>
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "IO.resolveBlob"

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

[src]

[src]

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

[src]

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