Struct cdp::database::Database
[−]
[src]
pub struct Database<'a> { pub id: DatabaseId<'a>, pub domain: Cow<'a, str>, pub name: Cow<'a, str>, pub version: Cow<'a, str>, }
[Experimental] Database object.
Fields
id: DatabaseId<'a>
Database ID.
domain: Cow<'a, str>
Database domain.
name: Cow<'a, str>
Database name.
version: Cow<'a, str>
Database version.
Trait Implementations
impl<'a> Clone for Database<'a>
[src]
fn clone(&self) -> Database<'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