Struct cdp::indexed_db::DatabaseWithObjectStores [] [src]

pub struct DatabaseWithObjectStores<'a> {
    pub name: Cow<'a, str>,
    pub version: i32,
    pub object_stores: Vec<ObjectStore<'a>>,
}

[Experimental] Database with an array of object stores.

Fields

Database name.

Database version.

Object stores in this database.

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for DatabaseWithObjectStores<'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 !=.