pub struct OmenaQueryStyleSemanticGraphBatchEntryV0 {
pub style_path: String,
pub graph: Option<StyleSemanticGraphSummaryV0>,
}Fields§
§style_path: String§graph: Option<StyleSemanticGraphSummaryV0>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OmenaQueryStyleSemanticGraphBatchEntryV0
impl RefUnwindSafe for OmenaQueryStyleSemanticGraphBatchEntryV0
impl Send for OmenaQueryStyleSemanticGraphBatchEntryV0
impl Sync for OmenaQueryStyleSemanticGraphBatchEntryV0
impl Unpin for OmenaQueryStyleSemanticGraphBatchEntryV0
impl UnsafeUnpin for OmenaQueryStyleSemanticGraphBatchEntryV0
impl UnwindSafe for OmenaQueryStyleSemanticGraphBatchEntryV0
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