Struct cdp::io::ResolveBlobResponse [] [src]

pub struct ResolveBlobResponse<'a> {
    pub uuid: Cow<'a, str>,
}

[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

UUID of the specified Blob.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

impl<'a, 'b> HasCdpCommand<'a> for ResolveBlobResponse<'b>
[src]