pub enum NodeShape {
Show 14 variants
Rectangle,
Rounded,
Stadium,
Subroutine,
Cylinder,
Circle,
Asymmetric,
Rhombus,
Hexagon,
Parallelogram,
ParallelogramAlt,
Trapezoid,
TrapezoidAlt,
DoubleCircle,
}Variants§
Rectangle
Rounded
Stadium
Subroutine
Cylinder
Circle
Asymmetric
Rhombus
Hexagon
Parallelogram
ParallelogramAlt
Trapezoid
TrapezoidAlt
DoubleCircle
Implementations§
Trait Implementations§
impl StructuralPartialEq for NodeShape
Auto Trait Implementations§
impl Freeze for NodeShape
impl RefUnwindSafe for NodeShape
impl Send for NodeShape
impl Sync for NodeShape
impl Unpin for NodeShape
impl UnwindSafe for NodeShape
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