pub struct OmenaQueryExpressionDomainSelectorProjectionV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub input_version: String,
pub projection_count: usize,
pub projections: Vec<OmenaQueryExpressionDomainSelectorProjectionEntryV0>,
}Fields§
§schema_version: &'static str§product: &'static str§input_version: String§projection_count: usize§projections: Vec<OmenaQueryExpressionDomainSelectorProjectionEntryV0>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OmenaQueryExpressionDomainSelectorProjectionV0
impl RefUnwindSafe for OmenaQueryExpressionDomainSelectorProjectionV0
impl Send for OmenaQueryExpressionDomainSelectorProjectionV0
impl Sync for OmenaQueryExpressionDomainSelectorProjectionV0
impl Unpin for OmenaQueryExpressionDomainSelectorProjectionV0
impl UnsafeUnpin for OmenaQueryExpressionDomainSelectorProjectionV0
impl UnwindSafe for OmenaQueryExpressionDomainSelectorProjectionV0
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