pub struct TooltipStyleConfig {
pub content: WidgetId,
}Fields§
§content: WidgetIdPre-built body subtree (text widget for plain; structured content for rich / composite).
Trait Implementations§
Source§impl Clone for TooltipStyleConfig
impl Clone for TooltipStyleConfig
Source§fn clone(&self) -> TooltipStyleConfig
fn clone(&self) -> TooltipStyleConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TooltipStyleConfig
impl RefUnwindSafe for TooltipStyleConfig
impl Send for TooltipStyleConfig
impl Sync for TooltipStyleConfig
impl Unpin for TooltipStyleConfig
impl UnsafeUnpin for TooltipStyleConfig
impl UnwindSafe for TooltipStyleConfig
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