pub enum Shading {
Solid,
Striped,
Outlined,
}Variants§
Trait Implementations§
impl Copy for Shading
impl Eq for Shading
impl StructuralPartialEq for Shading
Auto Trait Implementations§
impl Freeze for Shading
impl RefUnwindSafe for Shading
impl Send for Shading
impl Sync for Shading
impl Unpin for Shading
impl UnwindSafe for Shading
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