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