pub struct ExpressionSemanticsCandidateV0 {Show 24 fields
pub query_id: String,
pub expression_id: String,
pub expression_kind: String,
pub style_file_path: String,
pub selector_names: Vec<String>,
pub candidate_names: Vec<String>,
pub finite_values: Option<Vec<String>>,
pub value_domain_kind: 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_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§expression_kind: String§style_file_path: String§selector_names: Vec<String>§candidate_names: Vec<String>§finite_values: Option<Vec<String>>§value_domain_kind: 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_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 ExpressionSemanticsCandidateV0
impl Clone for ExpressionSemanticsCandidateV0
Source§fn clone(&self) -> ExpressionSemanticsCandidateV0
fn clone(&self) -> ExpressionSemanticsCandidateV0
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 moreAuto Trait Implementations§
impl Freeze for ExpressionSemanticsCandidateV0
impl RefUnwindSafe for ExpressionSemanticsCandidateV0
impl Send for ExpressionSemanticsCandidateV0
impl Sync for ExpressionSemanticsCandidateV0
impl Unpin for ExpressionSemanticsCandidateV0
impl UnsafeUnpin for ExpressionSemanticsCandidateV0
impl UnwindSafe for ExpressionSemanticsCandidateV0
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