pub struct ExpressionSemanticsMatchFragmentV0 {
pub query_id: String,
pub expression_id: String,
pub style_file_path: String,
pub selector_names: Vec<String>,
pub candidate_names: Vec<String>,
pub finite_values: Option<Vec<String>>,
}Fields§
§query_id: String§expression_id: String§style_file_path: String§selector_names: Vec<String>§candidate_names: Vec<String>§finite_values: Option<Vec<String>>Trait Implementations§
Source§impl Clone for ExpressionSemanticsMatchFragmentV0
impl Clone for ExpressionSemanticsMatchFragmentV0
Source§fn clone(&self) -> ExpressionSemanticsMatchFragmentV0
fn clone(&self) -> ExpressionSemanticsMatchFragmentV0
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 ExpressionSemanticsMatchFragmentV0
impl RefUnwindSafe for ExpressionSemanticsMatchFragmentV0
impl Send for ExpressionSemanticsMatchFragmentV0
impl Sync for ExpressionSemanticsMatchFragmentV0
impl Unpin for ExpressionSemanticsMatchFragmentV0
impl UnsafeUnpin for ExpressionSemanticsMatchFragmentV0
impl UnwindSafe for ExpressionSemanticsMatchFragmentV0
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