pub struct Legend {
pub avg: Option<bool>,
pub current: Option<bool>,
pub max: Option<bool>,
pub min: Option<bool>,
pub show: Option<bool>,
pub total: Option<bool>,
pub values: Option<bool>,
}
Fields§
§avg: Option<bool>
§current: Option<bool>
§max: Option<bool>
§min: Option<bool>
§show: Option<bool>
§total: Option<bool>
§values: Option<bool>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Legend
impl<'de> Deserialize<'de> for Legend
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Legend
impl RefUnwindSafe for Legend
impl Send for Legend
impl Sync for Legend
impl Unpin for Legend
impl UnwindSafe for Legend
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