pub struct SourceResolutionCandidateV0 {Show 20 fields
pub query_id: String,
pub expression_id: 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 selector_certainty_shape_label: String,
pub value_certainty_shape_kind: String,
pub value_certainty_shape_label: String,
pub selector_constraint_kind: Option<String>,
pub value_certainty_constraint_kind: Option<String>,
pub value_prefix: Option<String>,
pub value_suffix: Option<String>,
pub value_min_len: Option<usize>,
pub value_max_len: Option<usize>,
pub value_char_must: Option<String>,
pub value_char_may: Option<String>,
pub value_may_include_other_chars: Option<bool>,
}Fields§
§query_id: String§expression_id: 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§selector_certainty_shape_label: String§value_certainty_shape_kind: String§value_certainty_shape_label: String§selector_constraint_kind: Option<String>§value_certainty_constraint_kind: Option<String>§value_prefix: Option<String>§value_suffix: Option<String>§value_min_len: Option<usize>§value_max_len: Option<usize>§value_char_must: Option<String>§value_char_may: Option<String>§value_may_include_other_chars: Option<bool>Trait Implementations§
Source§impl Clone for SourceResolutionCandidateV0
impl Clone for SourceResolutionCandidateV0
Source§fn clone(&self) -> SourceResolutionCandidateV0
fn clone(&self) -> SourceResolutionCandidateV0
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 SourceResolutionCandidateV0
impl Debug for SourceResolutionCandidateV0
Auto Trait Implementations§
impl Freeze for SourceResolutionCandidateV0
impl RefUnwindSafe for SourceResolutionCandidateV0
impl Send for SourceResolutionCandidateV0
impl Sync for SourceResolutionCandidateV0
impl Unpin for SourceResolutionCandidateV0
impl UnsafeUnpin for SourceResolutionCandidateV0
impl UnwindSafe for SourceResolutionCandidateV0
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