Struct cdp::database::ExecuteSqlCommand [] [src]

pub struct ExecuteSqlCommand<'a> {
    pub database_id: DatabaseId<'a>,
    pub query: Cow<'a, str>,
}

[Experimental]

Command Database.executeSQL

Domain Module: cdp::database
Command Struct: cdp::database::ExecuteSqlCommand
Response Struct: cdp::database::ExecuteSqlResponse

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Database.executeSQL"

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

[src]

[src]

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

[src]

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