pub struct TooltipSection {
pub title: String,
pub rows: Vec<TooltipRow>,
}Fields§
§title: String§rows: Vec<TooltipRow>Trait Implementations§
Source§impl Clone for TooltipSection
impl Clone for TooltipSection
Source§fn clone(&self) -> TooltipSection
fn clone(&self) -> TooltipSection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TooltipSection
impl Debug for TooltipSection
Source§impl PartialEq for TooltipSection
impl PartialEq for TooltipSection
impl StructuralPartialEq for TooltipSection
Auto Trait Implementations§
impl Freeze for TooltipSection
impl RefUnwindSafe for TooltipSection
impl Send for TooltipSection
impl Sync for TooltipSection
impl Unpin for TooltipSection
impl UnsafeUnpin for TooltipSection
impl UnwindSafe for TooltipSection
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