pub enum LabelDummyStrategy {
Midpoint,
WidestLayer,
}Expand description
Layout configuration for the Sugiyama hierarchical engine. Strategy for placing edge-label dummies within long edge chains.
Variants§
Trait Implementations§
Source§impl Clone for LabelDummyStrategy
impl Clone for LabelDummyStrategy
Source§fn clone(&self) -> LabelDummyStrategy
fn clone(&self) -> LabelDummyStrategy
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 LabelDummyStrategy
impl Debug for LabelDummyStrategy
Source§impl Default for LabelDummyStrategy
impl Default for LabelDummyStrategy
Source§fn default() -> LabelDummyStrategy
fn default() -> LabelDummyStrategy
Returns the “default value” for a type. Read more
Source§impl PartialEq for LabelDummyStrategy
impl PartialEq for LabelDummyStrategy
impl Copy for LabelDummyStrategy
impl Eq for LabelDummyStrategy
impl StructuralPartialEq for LabelDummyStrategy
Auto Trait Implementations§
impl Freeze for LabelDummyStrategy
impl RefUnwindSafe for LabelDummyStrategy
impl Send for LabelDummyStrategy
impl Sync for LabelDummyStrategy
impl Unpin for LabelDummyStrategy
impl UnsafeUnpin for LabelDummyStrategy
impl UnwindSafe for LabelDummyStrategy
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