Struct cdp::storage::GetUsageAndQuotaCommand [] [src]

pub struct GetUsageAndQuotaCommand<'a> {
    pub origin: Cow<'a, str>,
}

[Experimental] Returns usage and quota in bytes.

Command Storage.getUsageAndQuota

Domain Module: cdp::storage
Command Struct: cdp::storage::GetUsageAndQuotaCommand
Response Struct: cdp::storage::GetUsageAndQuotaResponse

Fields

Security origin.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Storage.getUsageAndQuota"

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

[src]

[src]

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

[src]

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