pub struct ExecutableEdge { /* private fields */ }Expand description
A simple directed edge stored as an adjacency list.
Implementations§
Trait Implementations§
Source§impl Clone for ExecutableEdge
impl Clone for ExecutableEdge
Source§fn clone(&self) -> ExecutableEdge
fn clone(&self) -> ExecutableEdge
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExecutableEdge
impl Debug for ExecutableEdge
Auto Trait Implementations§
impl Freeze for ExecutableEdge
impl RefUnwindSafe for ExecutableEdge
impl Send for ExecutableEdge
impl Sync for ExecutableEdge
impl Unpin for ExecutableEdge
impl UnwindSafe for ExecutableEdge
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