pub struct Edges {
pub depends_on: Vec<Id>,
pub supersedes: Vec<Id>,
pub related: Vec<Id>,
pub supports: Vec<Id>,
pub driven_by: Vec<FindingId>,
}Expand description
Typed edges between records.
Fields§
§depends_on: Vec<Id>§supersedes: Vec<Id>§supports: Vec<Id>§driven_by: Vec<FindingId>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Edges
impl RefUnwindSafe for Edges
impl Send for Edges
impl Sync for Edges
impl Unpin for Edges
impl UnsafeUnpin for Edges
impl UnwindSafe for Edges
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