pub enum ShapeFill {
Open,
Filled,
}Expand description
Arrow modifier that determines if the shape is empty or filled.
Variants§
Implementations§
Trait Implementations§
impl Copy for ShapeFill
impl Eq for ShapeFill
impl StructuralPartialEq for ShapeFill
Auto Trait Implementations§
impl Freeze for ShapeFill
impl RefUnwindSafe for ShapeFill
impl Send for ShapeFill
impl Sync for ShapeFill
impl Unpin for ShapeFill
impl UnwindSafe for ShapeFill
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