pub enum Hoveron {
Category,
Color,
Dimension,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hoveron
impl RefUnwindSafe for Hoveron
impl Send for Hoveron
impl Sync for Hoveron
impl Unpin for Hoveron
impl UnwindSafe for Hoveron
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