pub enum EdgeStyle {
Arrow,
Line,
DottedArrow,
DottedLine,
ThickArrow,
ThickLine,
}Expand description
Style of an edge/link
Variants§
Arrow
Solid arrow –>
Line
Solid line —
DottedArrow
Dotted arrow -.->
DottedLine
Dotted line -.-
ThickArrow
Thick arrow ==>
ThickLine
Thick line ===
Trait Implementations§
impl Copy for EdgeStyle
impl Eq for EdgeStyle
impl StructuralPartialEq for EdgeStyle
Auto Trait Implementations§
impl Freeze for EdgeStyle
impl RefUnwindSafe for EdgeStyle
impl Send for EdgeStyle
impl Sync for EdgeStyle
impl Unpin for EdgeStyle
impl UnwindSafe for EdgeStyle
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