pub enum CycleMode {
Out,
In,
All,
}Expand description
Mode for following edges in directed graphs.
Variants§
Trait Implementations§
impl Copy for CycleMode
impl Eq for CycleMode
impl StructuralPartialEq for CycleMode
Auto Trait Implementations§
impl Freeze for CycleMode
impl RefUnwindSafe for CycleMode
impl Send for CycleMode
impl Sync for CycleMode
impl Unpin for CycleMode
impl UnsafeUnpin for CycleMode
impl UnwindSafe for CycleMode
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