pub struct Tooltip { /* private fields */ }Expand description
Text or view content displayed as a tooltip.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Tooltip
Auto Trait Implementations§
impl !RefUnwindSafe for Tooltip
impl !Send for Tooltip
impl !Sync for Tooltip
impl !UnwindSafe for Tooltip
impl Freeze for Tooltip
impl Unpin for Tooltip
impl UnsafeUnpin for Tooltip
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