Struct cdp::indexed_db::RequestDatabaseResponse
[−]
[src]
pub struct RequestDatabaseResponse<'a> {
pub database_with_object_stores: DatabaseWithObjectStores<'a>,
}[Experimental] Requests database with given name in given frame.
Command IndexedDB.requestDatabase
Domain Module: cdp::indexed_db
Command Struct: cdp::indexed_db::RequestDatabaseCommand
Response Struct: cdp::indexed_db::RequestDatabaseResponse
Fields
database_with_object_stores: DatabaseWithObjectStores<'a>
Database with an array of object stores.
Trait Implementations
impl<'a> Clone for RequestDatabaseResponse<'a>[src]
fn clone(&self) -> RequestDatabaseResponse<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a> Debug for RequestDatabaseResponse<'a>[src]
impl<'a> PartialEq for RequestDatabaseResponse<'a>[src]
fn eq(&self, __arg_0: &RequestDatabaseResponse<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RequestDatabaseResponse<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpCommand for RequestDatabaseResponse<'a>[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "IndexedDB.requestDatabase"