pub enum NodeShape {
Circle,
DoubleCircle,
Box,
Diamond,
Ellipse,
Point,
Record,
}Expand description
Shape of a graph node.
Variants§
Implementations§
Trait Implementations§
impl Copy for NodeShape
impl Eq for NodeShape
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 UnsafeUnpin 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