pub struct Column { /* private fields */ }Implementations§
Source§impl Column
impl Column
pub const fn color() -> Self
pub const fn name() -> Self
pub const fn avg() -> Self
pub const fn min() -> Self
pub const fn max() -> Self
pub const fn value() -> Self
pub const fn history_graph() -> Self
pub const fn with_unit(self) -> Self
pub const fn label(self, label: &'static str) -> Self
Auto Trait Implementations§
impl Freeze for Column
impl RefUnwindSafe for Column
impl Send for Column
impl Sync for Column
impl Unpin for Column
impl UnwindSafe for Column
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