pub struct OmenaResolverSourceResolutionRuntimeEntryV0 {Show 14 fields
pub query_id: String,
pub expression_id: String,
pub expression_kind: String,
pub style_file_path: String,
pub selector_names: Vec<String>,
pub finite_values: Option<Vec<String>>,
pub selector_certainty: String,
pub value_certainty: Option<String>,
pub selector_certainty_shape_kind: String,
pub value_certainty_shape_kind: String,
pub has_selector_match: bool,
pub has_finite_values: bool,
pub can_resolve_source_expression: bool,
pub status: &'static str,
}Fields§
§query_id: String§expression_id: String§expression_kind: String§style_file_path: String§selector_names: Vec<String>§finite_values: Option<Vec<String>>§selector_certainty: String§value_certainty: Option<String>§selector_certainty_shape_kind: String§value_certainty_shape_kind: String§has_selector_match: bool§has_finite_values: bool§can_resolve_source_expression: bool§status: &'static strTrait Implementations§
Source§impl Clone for OmenaResolverSourceResolutionRuntimeEntryV0
impl Clone for OmenaResolverSourceResolutionRuntimeEntryV0
Source§fn clone(&self) -> OmenaResolverSourceResolutionRuntimeEntryV0
fn clone(&self) -> OmenaResolverSourceResolutionRuntimeEntryV0
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 PartialEq for OmenaResolverSourceResolutionRuntimeEntryV0
impl PartialEq for OmenaResolverSourceResolutionRuntimeEntryV0
Source§fn eq(&self, other: &OmenaResolverSourceResolutionRuntimeEntryV0) -> bool
fn eq(&self, other: &OmenaResolverSourceResolutionRuntimeEntryV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OmenaResolverSourceResolutionRuntimeEntryV0
impl StructuralPartialEq for OmenaResolverSourceResolutionRuntimeEntryV0
Auto Trait Implementations§
impl Freeze for OmenaResolverSourceResolutionRuntimeEntryV0
impl RefUnwindSafe for OmenaResolverSourceResolutionRuntimeEntryV0
impl Send for OmenaResolverSourceResolutionRuntimeEntryV0
impl Sync for OmenaResolverSourceResolutionRuntimeEntryV0
impl Unpin for OmenaResolverSourceResolutionRuntimeEntryV0
impl UnsafeUnpin for OmenaResolverSourceResolutionRuntimeEntryV0
impl UnwindSafe for OmenaResolverSourceResolutionRuntimeEntryV0
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> 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.