pub enum GraphDir {
Out,
In,
Both,
}Expand description
Direction of a graph traversal step.
Variants§
Trait Implementations§
impl Copy for GraphDir
impl Eq for GraphDir
impl StructuralPartialEq for GraphDir
Auto Trait Implementations§
impl Freeze for GraphDir
impl RefUnwindSafe for GraphDir
impl Send for GraphDir
impl Sync for GraphDir
impl Unpin for GraphDir
impl UnsafeUnpin for GraphDir
impl UnwindSafe for GraphDir
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