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