Struct cdp::indexed_db::DataEntry
[−]
[src]
pub struct DataEntry<'a> {
pub key: RemoteObject<'a>,
pub primary_key: RemoteObject<'a>,
pub value: RemoteObject<'a>,
}[Experimental] Data entry.
Fields
key: RemoteObject<'a>
Key object.
primary_key: RemoteObject<'a>
Primary key object.
value: RemoteObject<'a>
Value object.
Trait Implementations
impl<'a> Clone for DataEntry<'a>[src]
fn clone(&self) -> DataEntry<'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