pub enum ArrowType {
Show 19 variants
Normal,
Dot,
Inv,
InvDot,
ODit,
InvODot,
None,
Tee,
Empty,
InvEmpty,
Diamond,
ODiamond,
EDiamond,
Crow,
Box,
OBox,
Open,
HalfOpen,
Vee,
}Expand description
Arrow types, used to set either head or tail, for more information see Graphviz documentation.
Variants§
Normal
Dot
Inv
InvDot
ODit
InvODot
None
Tee
Empty
InvEmpty
Diamond
ODiamond
EDiamond
Crow
Box
OBox
Open
HalfOpen
Vee
Trait Implementations§
impl Copy for ArrowType
impl Eq for ArrowType
impl StructuralPartialEq for ArrowType
Auto Trait Implementations§
impl Freeze for ArrowType
impl RefUnwindSafe for ArrowType
impl Send for ArrowType
impl Sync for ArrowType
impl Unpin for ArrowType
impl UnwindSafe for ArrowType
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