pub struct OmenaQueryFragmentBundleV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub input_version: String,
pub expression_semantics: ExpressionSemanticsQueryFragmentsV0,
pub source_resolution: SourceResolutionQueryFragmentsV0,
pub selector_usage: SelectorUsageQueryFragmentsV0,
}Fields§
§schema_version: &'static str§product: &'static str§input_version: String§expression_semantics: ExpressionSemanticsQueryFragmentsV0§source_resolution: SourceResolutionQueryFragmentsV0§selector_usage: SelectorUsageQueryFragmentsV0Trait Implementations§
Source§impl Debug for OmenaQueryFragmentBundleV0
impl Debug for OmenaQueryFragmentBundleV0
Auto Trait Implementations§
impl Freeze for OmenaQueryFragmentBundleV0
impl RefUnwindSafe for OmenaQueryFragmentBundleV0
impl Send for OmenaQueryFragmentBundleV0
impl Sync for OmenaQueryFragmentBundleV0
impl Unpin for OmenaQueryFragmentBundleV0
impl UnsafeUnpin for OmenaQueryFragmentBundleV0
impl UnwindSafe for OmenaQueryFragmentBundleV0
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