pub struct BatchRunPivotReportsResponse {
pub pivot_reports: Option<Vec<RunPivotReportResponse>>,
pub kind: Option<String>,
}Expand description
Fields§
§pivot_reports: Option<Vec<RunPivotReportResponse>>§kind: Option<String>Trait Implementations§
Source§impl Clone for BatchRunPivotReportsResponse
impl Clone for BatchRunPivotReportsResponse
Source§fn clone(&self) -> BatchRunPivotReportsResponse
fn clone(&self) -> BatchRunPivotReportsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BatchRunPivotReportsResponse
impl Debug for BatchRunPivotReportsResponse
Source§impl Default for BatchRunPivotReportsResponse
impl Default for BatchRunPivotReportsResponse
Source§fn default() -> BatchRunPivotReportsResponse
fn default() -> BatchRunPivotReportsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchRunPivotReportsResponse
impl<'de> Deserialize<'de> for BatchRunPivotReportsResponse
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 BatchRunPivotReportsResponse
impl RefUnwindSafe for BatchRunPivotReportsResponse
impl Send for BatchRunPivotReportsResponse
impl Sync for BatchRunPivotReportsResponse
impl Unpin for BatchRunPivotReportsResponse
impl UnsafeUnpin for BatchRunPivotReportsResponse
impl UnwindSafe for BatchRunPivotReportsResponse
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