pub struct DashboardGroupEntry {
pub dashboard: Dashboard,
}Expand description
Dashboard group entry, wrapping around Dashboard (needed?)
Fields§
§dashboard: DashboardImplementations§
Trait Implementations§
source§impl Clone for DashboardGroupEntry
impl Clone for DashboardGroupEntry
source§fn clone(&self) -> DashboardGroupEntry
fn clone(&self) -> DashboardGroupEntry
Returns a copy 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 DashboardGroupEntry
impl Debug for DashboardGroupEntry
source§impl Default for DashboardGroupEntry
impl Default for DashboardGroupEntry
source§fn default() -> DashboardGroupEntry
fn default() -> DashboardGroupEntry
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DashboardGroupEntry
impl<'de> Deserialize<'de> for DashboardGroupEntry
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
source§impl PartialEq<DashboardGroupEntry> for DashboardGroupEntry
impl PartialEq<DashboardGroupEntry> for DashboardGroupEntry
source§fn eq(&self, other: &DashboardGroupEntry) -> bool
fn eq(&self, other: &DashboardGroupEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.