pub enum PaintFallback {
None,
CurrentColor,
Color(Color),
}
Variants§
Trait Implementations§
source§impl Clone for PaintFallback
impl Clone for PaintFallback
source§fn clone(&self) -> PaintFallback
fn clone(&self) -> PaintFallback
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PaintFallback
impl Debug for PaintFallback
source§impl PartialEq for PaintFallback
impl PartialEq for PaintFallback
impl Copy for PaintFallback
impl Eq for PaintFallback
impl StructuralPartialEq for PaintFallback
Auto Trait Implementations§
impl Freeze for PaintFallback
impl RefUnwindSafe for PaintFallback
impl Send for PaintFallback
impl Sync for PaintFallback
impl Unpin for PaintFallback
impl UnwindSafe for PaintFallback
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)