pub struct OmenaQueryStyleSemanticGraphBatchOutputV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub graphs: Vec<OmenaQueryStyleSemanticGraphBatchEntryV0>,
}Fields§
§schema_version: &'static str§product: &'static str§graphs: Vec<OmenaQueryStyleSemanticGraphBatchEntryV0>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OmenaQueryStyleSemanticGraphBatchOutputV0
impl RefUnwindSafe for OmenaQueryStyleSemanticGraphBatchOutputV0
impl Send for OmenaQueryStyleSemanticGraphBatchOutputV0
impl Sync for OmenaQueryStyleSemanticGraphBatchOutputV0
impl Unpin for OmenaQueryStyleSemanticGraphBatchOutputV0
impl UnsafeUnpin for OmenaQueryStyleSemanticGraphBatchOutputV0
impl UnwindSafe for OmenaQueryStyleSemanticGraphBatchOutputV0
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