pub struct StatAxis {
pub tag: String,
pub name: String,
pub values: Vec<StatAxisValue>,
}Expand description
Represents an axis in the STAT table.
Fields§
§tag: StringAxis tag
name: StringAxis name
values: Vec<StatAxisValue>All values for this axis
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatAxis
impl RefUnwindSafe for StatAxis
impl Send for StatAxis
impl Sync for StatAxis
impl Unpin for StatAxis
impl UnwindSafe for StatAxis
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