pub struct GetAnalyticsJobsOutputBody {
pub jobs: Value,
pub total_count: i64,
}Fields§
§jobs: Value§total_count: i64Trait Implementations§
Source§impl Clone for GetAnalyticsJobsOutputBody
impl Clone for GetAnalyticsJobsOutputBody
Source§fn clone(&self) -> GetAnalyticsJobsOutputBody
fn clone(&self) -> GetAnalyticsJobsOutputBody
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 GetAnalyticsJobsOutputBody
impl Debug for GetAnalyticsJobsOutputBody
Source§impl<'de> Deserialize<'de> for GetAnalyticsJobsOutputBody
impl<'de> Deserialize<'de> for GetAnalyticsJobsOutputBody
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 GetAnalyticsJobsOutputBody
impl RefUnwindSafe for GetAnalyticsJobsOutputBody
impl Send for GetAnalyticsJobsOutputBody
impl Sync for GetAnalyticsJobsOutputBody
impl Unpin for GetAnalyticsJobsOutputBody
impl UnwindSafe for GetAnalyticsJobsOutputBody
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