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