pub enum Ranker {
NetworkSimplex,
LongestPath,
}Expand description
Layout configuration for the Sugiyama hierarchical engine. Ranking algorithm selection for the public graph-layout config.
Variants§
Trait Implementations§
impl Copy for Ranker
impl Eq for Ranker
impl StructuralPartialEq for Ranker
Auto Trait Implementations§
impl Freeze for Ranker
impl RefUnwindSafe for Ranker
impl Send for Ranker
impl Sync for Ranker
impl Unpin for Ranker
impl UnsafeUnpin for Ranker
impl UnwindSafe for Ranker
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