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