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