pub enum DisplayModeBar {
Hover,
True,
False,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisplayModeBar
impl RefUnwindSafe for DisplayModeBar
impl Send for DisplayModeBar
impl Sync for DisplayModeBar
impl Unpin for DisplayModeBar
impl UnwindSafe for DisplayModeBar
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