Struct cdp::indexed_db::KeyPath
[−]
[src]
pub struct KeyPath<'a> {
pub ty: KeyPathType,
pub string: Option<Cow<'a, str>>,
pub array: Option<Vec<Cow<'a, str>>>,
}[Experimental] Key path.
Fields
ty: KeyPathType
Key path type.
string: Option<Cow<'a, str>>
String value.
array: Option<Vec<Cow<'a, str>>>
Array value.
Trait Implementations
impl<'a> Clone for KeyPath<'a>[src]
fn clone(&self) -> KeyPath<'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