pub struct Hyperedge {
pub sources: Vec<NodeId>,
pub targets: Vec<NodeId>,
}
Fields§
§sources: Vec<NodeId>
§targets: Vec<NodeId>
Trait Implementations§
impl StructuralPartialEq for Hyperedge
Auto Trait Implementations§
impl Freeze for Hyperedge
impl RefUnwindSafe for Hyperedge
impl Send for Hyperedge
impl Sync for Hyperedge
impl Unpin for Hyperedge
impl UnwindSafe for Hyperedge
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