pub struct TooltipEvent { /* private fields */ }Auto Trait Implementations§
impl !Send for TooltipEvent
impl !Sync for TooltipEvent
impl Freeze for TooltipEvent
impl RefUnwindSafe for TooltipEvent
impl Unpin for TooltipEvent
impl UnsafeUnpin for TooltipEvent
impl UnwindSafe for TooltipEvent
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