pub enum AllShortestPathsMode {
Out,
In,
All,
}Expand description
Direction mode for get_all_shortest_paths and
get_all_shortest_paths_with_mode.
Variants§
Trait Implementations§
Source§impl Clone for AllShortestPathsMode
impl Clone for AllShortestPathsMode
Source§fn clone(&self) -> AllShortestPathsMode
fn clone(&self) -> AllShortestPathsMode
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 AllShortestPathsMode
impl Debug for AllShortestPathsMode
Source§impl PartialEq for AllShortestPathsMode
impl PartialEq for AllShortestPathsMode
impl Copy for AllShortestPathsMode
impl Eq for AllShortestPathsMode
impl StructuralPartialEq for AllShortestPathsMode
Auto Trait Implementations§
impl Freeze for AllShortestPathsMode
impl RefUnwindSafe for AllShortestPathsMode
impl Send for AllShortestPathsMode
impl Sync for AllShortestPathsMode
impl Unpin for AllShortestPathsMode
impl UnsafeUnpin for AllShortestPathsMode
impl UnwindSafe for AllShortestPathsMode
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