pub struct EdgeStmt {
pub from: NodeId,
pub to: Vec<(NodeId, ArrowKind)>,
pub list: AttributeList,
}
Fields§
§from: NodeId
§to: Vec<(NodeId, ArrowKind)>
§list: AttributeList
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EdgeStmt
impl RefUnwindSafe for EdgeStmt
impl Send for EdgeStmt
impl Sync for EdgeStmt
impl Unpin for EdgeStmt
impl UnwindSafe for EdgeStmt
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