pub struct EdgeStmt {
    pub from: NodeId,
    pub to: Vec<(NodeId, ArrowKind)>,
    pub list: AttributeList,
}Fields
from: NodeIdto: Vec<(NodeId, ArrowKind)>list: AttributeListImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EdgeStmt
impl Send for EdgeStmt
impl Sync for EdgeStmt
impl Unpin for EdgeStmt
impl UnwindSafe for EdgeStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more