pub enum Shape {
Circle,
Square,
Triangle,
Diamond,
Star,
Heart,
Plus,
Cross,
Dot,
Bullet,
}Expand description
Basic geometric shapes
Variants§
Circle
Circle
Square
Square
Triangle
Triangle
Diamond
Diamond
Star
Star
Heart
Heart
Plus
Plus
Cross
Cross
Dot
Dot
Bullet
Bullet
Trait Implementations§
Source§impl UnicodeProvider for Shape
impl UnicodeProvider for Shape
impl Copy for Shape
Auto Trait Implementations§
impl Freeze for Shape
impl RefUnwindSafe for Shape
impl Send for Shape
impl Sync for Shape
impl Unpin for Shape
impl UnwindSafe for Shape
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