pub struct TooltipState { /* private fields */ }Expand description
State controlling tooltip visibility.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TooltipState
impl !Send for TooltipState
impl !Sync for TooltipState
impl !UnwindSafe for TooltipState
impl Freeze for TooltipState
impl Unpin for TooltipState
impl UnsafeUnpin for TooltipState
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