pub struct ExpressionSemanticsQueryFragmentV0 {
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 ExpressionSemanticsQueryFragmentV0
impl Clone for ExpressionSemanticsQueryFragmentV0
Source§fn clone(&self) -> ExpressionSemanticsQueryFragmentV0
fn clone(&self) -> ExpressionSemanticsQueryFragmentV0
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 ExpressionSemanticsQueryFragmentV0
impl RefUnwindSafe for ExpressionSemanticsQueryFragmentV0
impl Send for ExpressionSemanticsQueryFragmentV0
impl Sync for ExpressionSemanticsQueryFragmentV0
impl Unpin for ExpressionSemanticsQueryFragmentV0
impl UnsafeUnpin for ExpressionSemanticsQueryFragmentV0
impl UnwindSafe for ExpressionSemanticsQueryFragmentV0
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