pub struct CreateTaskResponse {
pub task_arn: Option<String>,
}
Expand description
CreateTaskResponse
Fields§
§task_arn: Option<String>
The Amazon Resource Name (ARN) of the task.
Trait Implementations§
Source§impl Clone for CreateTaskResponse
impl Clone for CreateTaskResponse
Source§fn clone(&self) -> CreateTaskResponse
fn clone(&self) -> CreateTaskResponse
Returns a copy 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 CreateTaskResponse
impl Debug for CreateTaskResponse
Source§impl Default for CreateTaskResponse
impl Default for CreateTaskResponse
Source§fn default() -> CreateTaskResponse
fn default() -> CreateTaskResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateTaskResponse
impl<'de> Deserialize<'de> for CreateTaskResponse
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 CreateTaskResponse
impl PartialEq for CreateTaskResponse
impl StructuralPartialEq for CreateTaskResponse
Auto Trait Implementations§
impl Freeze for CreateTaskResponse
impl RefUnwindSafe for CreateTaskResponse
impl Send for CreateTaskResponse
impl Sync for CreateTaskResponse
impl Unpin for CreateTaskResponse
impl UnwindSafe for CreateTaskResponse
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