pub struct OmenaQueryExpressionDomainSelectorProjectionEntryV0 {
pub graph_id: String,
pub file_path: String,
pub node_id: String,
pub target_style_paths: Vec<String>,
pub value_kind: &'static str,
pub reduced_product: Option<ReducedClassValueProductV0>,
pub selector_names: Vec<String>,
pub certainty: SelectorProjectionCertaintyV0,
}Fields§
§graph_id: String§file_path: String§node_id: String§target_style_paths: Vec<String>§value_kind: &'static str§reduced_product: Option<ReducedClassValueProductV0>§selector_names: Vec<String>§certainty: SelectorProjectionCertaintyV0Trait Implementations§
Auto Trait Implementations§
impl Freeze for OmenaQueryExpressionDomainSelectorProjectionEntryV0
impl RefUnwindSafe for OmenaQueryExpressionDomainSelectorProjectionEntryV0
impl Send for OmenaQueryExpressionDomainSelectorProjectionEntryV0
impl Sync for OmenaQueryExpressionDomainSelectorProjectionEntryV0
impl Unpin for OmenaQueryExpressionDomainSelectorProjectionEntryV0
impl UnsafeUnpin for OmenaQueryExpressionDomainSelectorProjectionEntryV0
impl UnwindSafe for OmenaQueryExpressionDomainSelectorProjectionEntryV0
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