pub struct ParserIndexCustomPropertyDeclFactV0 {
pub name: String,
pub value: String,
pub source_order: usize,
pub byte_span: ParserByteSpanV0,
pub range: ParserRangeV0,
pub selector_contexts: Vec<String>,
pub condition_context: Vec<String>,
pub layer_names: Vec<String>,
pub under_media: bool,
pub under_supports: bool,
pub under_layer: bool,
}Fields§
§name: String§value: String§source_order: usize§byte_span: ParserByteSpanV0§range: ParserRangeV0§selector_contexts: Vec<String>§condition_context: Vec<String>§layer_names: Vec<String>§under_media: bool§under_supports: bool§under_layer: boolTrait Implementations§
Source§impl Clone for ParserIndexCustomPropertyDeclFactV0
impl Clone for ParserIndexCustomPropertyDeclFactV0
Source§fn clone(&self) -> ParserIndexCustomPropertyDeclFactV0
fn clone(&self) -> ParserIndexCustomPropertyDeclFactV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ParserIndexCustomPropertyDeclFactV0
impl Default for ParserIndexCustomPropertyDeclFactV0
Source§fn default() -> ParserIndexCustomPropertyDeclFactV0
fn default() -> ParserIndexCustomPropertyDeclFactV0
Returns the “default value” for a type. Read more
impl Eq for ParserIndexCustomPropertyDeclFactV0
Source§impl Ord for ParserIndexCustomPropertyDeclFactV0
impl Ord for ParserIndexCustomPropertyDeclFactV0
Source§fn cmp(&self, other: &ParserIndexCustomPropertyDeclFactV0) -> Ordering
fn cmp(&self, other: &ParserIndexCustomPropertyDeclFactV0) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ParserIndexCustomPropertyDeclFactV0
impl PartialEq for ParserIndexCustomPropertyDeclFactV0
Source§fn eq(&self, other: &ParserIndexCustomPropertyDeclFactV0) -> bool
fn eq(&self, other: &ParserIndexCustomPropertyDeclFactV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ParserIndexCustomPropertyDeclFactV0
impl PartialOrd for ParserIndexCustomPropertyDeclFactV0
impl StructuralPartialEq for ParserIndexCustomPropertyDeclFactV0
Auto Trait Implementations§
impl Freeze for ParserIndexCustomPropertyDeclFactV0
impl RefUnwindSafe for ParserIndexCustomPropertyDeclFactV0
impl Send for ParserIndexCustomPropertyDeclFactV0
impl Sync for ParserIndexCustomPropertyDeclFactV0
impl Unpin for ParserIndexCustomPropertyDeclFactV0
impl UnsafeUnpin for ParserIndexCustomPropertyDeclFactV0
impl UnwindSafe for ParserIndexCustomPropertyDeclFactV0
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.