pub struct ParserEvaluatorCandidateV0 {Show 16 fields
pub kind: &'static str,
pub selector_name: String,
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,
pub has_value_refs: bool,
pub has_local_value_refs: bool,
pub has_imported_value_refs: bool,
pub has_animation_ref: bool,
pub has_animation_name_ref: bool,
pub has_composes: bool,
pub has_local_composes: bool,
pub has_imported_composes: bool,
pub has_global_composes: bool,
}Fields§
§kind: &'static str§selector_name: String§nested_safety_kind: &'static str§bem_suffix_parent_name: Option<String>§under_media: bool§under_supports: bool§under_layer: bool§has_value_refs: bool§has_local_value_refs: bool§has_imported_value_refs: bool§has_animation_ref: bool§has_animation_name_ref: bool§has_composes: bool§has_local_composes: bool§has_imported_composes: bool§has_global_composes: boolTrait Implementations§
Source§impl Clone for ParserEvaluatorCandidateV0
impl Clone for ParserEvaluatorCandidateV0
Source§fn clone(&self) -> ParserEvaluatorCandidateV0
fn clone(&self) -> ParserEvaluatorCandidateV0
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParserEvaluatorCandidateV0
impl Debug for ParserEvaluatorCandidateV0
impl Eq for ParserEvaluatorCandidateV0
impl StructuralPartialEq for ParserEvaluatorCandidateV0
Auto Trait Implementations§
impl Freeze for ParserEvaluatorCandidateV0
impl RefUnwindSafe for ParserEvaluatorCandidateV0
impl Send for ParserEvaluatorCandidateV0
impl Sync for ParserEvaluatorCandidateV0
impl Unpin for ParserEvaluatorCandidateV0
impl UnsafeUnpin for ParserEvaluatorCandidateV0
impl UnwindSafe for ParserEvaluatorCandidateV0
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