pub enum HoverMode {
X,
Y,
Closest,
False,
XUnified,
YUnified,
}Variants
X
Y
Closest
False
XUnified
YUnified
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HoverMode
impl Send for HoverMode
impl Sync for HoverMode
impl Unpin for HoverMode
impl UnwindSafe for HoverMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more