pub struct HoverinfoFlags(/* private fields */);
Implementations§
Source§impl HoverinfoFlags
impl HoverinfoFlags
pub fn name(&mut self, v: bool) -> &mut Self
pub fn x(&mut self, v: bool) -> &mut Self
pub fn y(&mut self, v: bool) -> &mut Self
pub fn text(&mut self, v: bool) -> &mut Self
pub fn initial(&mut self, v: bool) -> &mut Self
pub fn delta(&mut self, v: bool) -> &mut Self
pub fn final(&mut self, v: bool) -> &mut Self
Trait Implementations§
Source§impl Default for HoverinfoFlags
impl Default for HoverinfoFlags
Source§fn default() -> HoverinfoFlags
fn default() -> HoverinfoFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HoverinfoFlags
impl RefUnwindSafe for HoverinfoFlags
impl Send for HoverinfoFlags
impl Sync for HoverinfoFlags
impl Unpin for HoverinfoFlags
impl UnwindSafe for HoverinfoFlags
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