pub struct ExpressionSemanticsCanonicalCandidateBundleV0 {
pub schema_version: &'static str,
pub input_version: String,
pub query_fragments: Vec<ExpressionSemanticsQueryFragmentV0>,
pub fragments: Vec<ExpressionSemanticsFragmentV0>,
pub match_fragments: Vec<ExpressionSemanticsMatchFragmentV0>,
pub candidates: Vec<ExpressionSemanticsCandidateV0>,
}Fields§
§schema_version: &'static str§input_version: String§query_fragments: Vec<ExpressionSemanticsQueryFragmentV0>§fragments: Vec<ExpressionSemanticsFragmentV0>§match_fragments: Vec<ExpressionSemanticsMatchFragmentV0>§candidates: Vec<ExpressionSemanticsCandidateV0>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpressionSemanticsCanonicalCandidateBundleV0
impl RefUnwindSafe for ExpressionSemanticsCanonicalCandidateBundleV0
impl Send for ExpressionSemanticsCanonicalCandidateBundleV0
impl Sync for ExpressionSemanticsCanonicalCandidateBundleV0
impl Unpin for ExpressionSemanticsCanonicalCandidateBundleV0
impl UnsafeUnpin for ExpressionSemanticsCanonicalCandidateBundleV0
impl UnwindSafe for ExpressionSemanticsCanonicalCandidateBundleV0
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