Struct cdp::dom_snapshot::NameValue
[−]
[src]
pub struct NameValue<'a> {
pub name: Cow<'a, str>,
pub value: Cow<'a, str>,
}[Experimental] A name/value pair.
Fields
name: Cow<'a, str>
Attribute/property name.
value: Cow<'a, str>
Attribute/property value.
Trait Implementations
impl<'a> Clone for NameValue<'a>[src]
fn clone(&self) -> NameValue<'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