pub enum Directed {}Trait Implementations§
Source§impl<V> AdjSetEdgeKind<V> for Directedwhere
V: AdjSetVertex,
impl<V> AdjSetEdgeKind<V> for Directedwhere
V: AdjSetVertex,
Source§impl CompleteEdgeKind for Directed
impl CompleteEdgeKind for Directed
type Edge = DirectedEdge
Source§impl Ord for Directed
impl Ord for Directed
Source§impl PartialOrd for Directed
impl PartialOrd for Directed
Source§impl UniformEdgeKind for Directed
impl UniformEdgeKind for Directed
fn orientation() -> Orientation
fn is_directed() -> bool
fn is_undirected() -> bool
impl Copy for Directed
impl EdgeKind for Directed
impl Eq for Directed
impl StructuralPartialEq for Directed
Auto Trait Implementations§
impl Freeze for Directed
impl RefUnwindSafe for Directed
impl Send for Directed
impl Sync for Directed
impl Unpin for Directed
impl UnwindSafe for Directed
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