pub struct DescribeDataRepositoryTasksResponse {
pub data_repository_tasks: Option<Vec<DataRepositoryTask>>,
pub next_token: Option<String>,
}Fields§
§data_repository_tasks: Option<Vec<DataRepositoryTask>>The collection of data repository task descriptions returned.
next_token: Option<String>Trait Implementations§
Source§impl Clone for DescribeDataRepositoryTasksResponse
impl Clone for DescribeDataRepositoryTasksResponse
Source§fn clone(&self) -> DescribeDataRepositoryTasksResponse
fn clone(&self) -> DescribeDataRepositoryTasksResponse
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 Default for DescribeDataRepositoryTasksResponse
impl Default for DescribeDataRepositoryTasksResponse
Source§fn default() -> DescribeDataRepositoryTasksResponse
fn default() -> DescribeDataRepositoryTasksResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeDataRepositoryTasksResponse
impl<'de> Deserialize<'de> for DescribeDataRepositoryTasksResponse
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 DescribeDataRepositoryTasksResponse
impl PartialEq for DescribeDataRepositoryTasksResponse
Source§fn eq(&self, other: &DescribeDataRepositoryTasksResponse) -> bool
fn eq(&self, other: &DescribeDataRepositoryTasksResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeDataRepositoryTasksResponse
Auto Trait Implementations§
impl Freeze for DescribeDataRepositoryTasksResponse
impl RefUnwindSafe for DescribeDataRepositoryTasksResponse
impl Send for DescribeDataRepositoryTasksResponse
impl Sync for DescribeDataRepositoryTasksResponse
impl Unpin for DescribeDataRepositoryTasksResponse
impl UnwindSafe for DescribeDataRepositoryTasksResponse
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