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