pub enum RankDir {
TopBottom,
LeftRight,
BottomTop,
RightLeft,
}
Expand description
The direction to draw directed graphs (one rank at a time) See https://graphviz.org/docs/attr-types/rankdir/ for descriptions
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<RankDir> for RankDir
impl PartialEq<RankDir> for RankDir
impl Copy for RankDir
impl Eq for RankDir
impl StructuralEq for RankDir
impl StructuralPartialEq for RankDir
Auto Trait Implementations§
impl RefUnwindSafe for RankDir
impl Send for RankDir
impl Sync for RankDir
impl Unpin for RankDir
impl UnwindSafe for RankDir
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