pub struct DashboardList {
pub count: Option<i32>,
pub value: Vec<Dashboard>,
}Fields§
§count: Option<i32>§value: Vec<Dashboard>Implementations§
Source§impl DashboardList
impl DashboardList
Trait Implementations§
Source§impl Clone for DashboardList
impl Clone for DashboardList
Source§fn clone(&self) -> DashboardList
fn clone(&self) -> DashboardList
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 DashboardList
impl Debug for DashboardList
Source§impl Default for DashboardList
impl Default for DashboardList
Source§fn default() -> DashboardList
fn default() -> DashboardList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DashboardList
impl<'de> Deserialize<'de> for DashboardList
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 for DashboardList
impl PartialEq for DashboardList
Source§impl Serialize for DashboardList
impl Serialize for DashboardList
impl StructuralPartialEq for DashboardList
Auto Trait Implementations§
impl Freeze for DashboardList
impl RefUnwindSafe for DashboardList
impl Send for DashboardList
impl Sync for DashboardList
impl Unpin for DashboardList
impl UnwindSafe for DashboardList
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