pub struct OverlayAppearance {
pub benchmark_name: String,
pub score_pct: Decimal,
pub standing: FrontierStanding,
}Fields§
§benchmark_name: String§score_pct: Decimal§standing: FrontierStandingTrait Implementations§
Source§impl Clone for OverlayAppearance
impl Clone for OverlayAppearance
Source§fn clone(&self) -> OverlayAppearance
fn clone(&self) -> OverlayAppearance
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 moreSource§impl Debug for OverlayAppearance
impl Debug for OverlayAppearance
Source§impl PartialEq for OverlayAppearance
impl PartialEq for OverlayAppearance
Source§fn eq(&self, other: &OverlayAppearance) -> bool
fn eq(&self, other: &OverlayAppearance) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OverlayAppearance
impl Serialize for OverlayAppearance
impl StructuralPartialEq for OverlayAppearance
Auto Trait Implementations§
impl Freeze for OverlayAppearance
impl RefUnwindSafe for OverlayAppearance
impl Send for OverlayAppearance
impl Sync for OverlayAppearance
impl Unpin for OverlayAppearance
impl UnsafeUnpin for OverlayAppearance
impl UnwindSafe for OverlayAppearance
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