pub struct TooltipRow {
pub label: String,
pub value: String,
}Fields§
§label: String§value: StringTrait Implementations§
Source§impl Clone for TooltipRow
impl Clone for TooltipRow
Source§fn clone(&self) -> TooltipRow
fn clone(&self) -> TooltipRow
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 TooltipRow
impl Debug for TooltipRow
Source§impl PartialEq for TooltipRow
impl PartialEq for TooltipRow
impl StructuralPartialEq for TooltipRow
Auto Trait Implementations§
impl Freeze for TooltipRow
impl RefUnwindSafe for TooltipRow
impl Send for TooltipRow
impl Sync for TooltipRow
impl Unpin for TooltipRow
impl UnsafeUnpin for TooltipRow
impl UnwindSafe for TooltipRow
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