Struct cdp::css::Value
[−]
[src]
pub struct Value<'a> {
pub text: Cow<'a, str>,
pub range: Option<SourceRange>,
}[Experimental] Data for a simple selector (these are delimited by commas in a selector list).
Fields
text: Cow<'a, str>
Value text.
range: Option<SourceRange>
Value range in the underlying resource (if available).
Trait Implementations
impl<'a> Clone for Value<'a>[src]
fn clone(&self) -> Value<'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