pub struct ParserIndexSelectorDefinitionFactV0 {
pub name: String,
pub source_order: usize,
pub byte_span: ParserByteSpanV0,
pub range: ParserRangeV0,
pub nested_safety_kind: &'static str,
pub bem_suffix_parent_name: Option<String>,
pub under_media: bool,
pub under_supports: bool,
pub under_layer: bool,
}Fields§
§name: String§source_order: usize§byte_span: ParserByteSpanV0§range: ParserRangeV0§nested_safety_kind: &'static str§bem_suffix_parent_name: Option<String>§under_media: bool§under_supports: bool§under_layer: boolTrait Implementations§
Source§impl Clone for ParserIndexSelectorDefinitionFactV0
impl Clone for ParserIndexSelectorDefinitionFactV0
Source§fn clone(&self) -> ParserIndexSelectorDefinitionFactV0
fn clone(&self) -> ParserIndexSelectorDefinitionFactV0
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 ParserIndexSelectorDefinitionFactV0
impl Default for ParserIndexSelectorDefinitionFactV0
Source§fn default() -> ParserIndexSelectorDefinitionFactV0
fn default() -> ParserIndexSelectorDefinitionFactV0
Returns the “default value” for a type. Read more
impl Eq for ParserIndexSelectorDefinitionFactV0
Source§impl Ord for ParserIndexSelectorDefinitionFactV0
impl Ord for ParserIndexSelectorDefinitionFactV0
Source§fn cmp(&self, other: &ParserIndexSelectorDefinitionFactV0) -> Ordering
fn cmp(&self, other: &ParserIndexSelectorDefinitionFactV0) -> 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 ParserIndexSelectorDefinitionFactV0
impl PartialEq for ParserIndexSelectorDefinitionFactV0
Source§fn eq(&self, other: &ParserIndexSelectorDefinitionFactV0) -> bool
fn eq(&self, other: &ParserIndexSelectorDefinitionFactV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ParserIndexSelectorDefinitionFactV0
impl PartialOrd for ParserIndexSelectorDefinitionFactV0
impl StructuralPartialEq for ParserIndexSelectorDefinitionFactV0
Auto Trait Implementations§
impl Freeze for ParserIndexSelectorDefinitionFactV0
impl RefUnwindSafe for ParserIndexSelectorDefinitionFactV0
impl Send for ParserIndexSelectorDefinitionFactV0
impl Sync for ParserIndexSelectorDefinitionFactV0
impl Unpin for ParserIndexSelectorDefinitionFactV0
impl UnsafeUnpin for ParserIndexSelectorDefinitionFactV0
impl UnwindSafe for ParserIndexSelectorDefinitionFactV0
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.