pub enum EdgeColor {
Use(Color),
Mixed,
}Expand description
EgdeColor::Mixed, the color is selected via an array of colors.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EdgeColor
impl RefUnwindSafe for EdgeColor
impl Send for EdgeColor
impl Sync for EdgeColor
impl Unpin for EdgeColor
impl UnsafeUnpin for EdgeColor
impl UnwindSafe for EdgeColor
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