pub struct Subgraph {
pub id: Id,
pub stmts: Vec<Stmt>,
}
Expand description
the component represents a subgraph in the lang.
Fields§
§id: Id
§stmts: Vec<Stmt>
Trait Implementations§
impl StructuralPartialEq for Subgraph
Auto Trait Implementations§
impl Freeze for Subgraph
impl RefUnwindSafe for Subgraph
impl Send for Subgraph
impl Sync for Subgraph
impl Unpin for Subgraph
impl UnwindSafe for Subgraph
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