Struct rusoto_lambda::InvokeAsyncResponse [−][src]
Upon success, it returns empty response. Otherwise, throws an exception.
Fields
status: Option<i64>
It will be 202 upon success.
Trait Implementations
impl Default for InvokeAsyncResponse[src]
impl Default for InvokeAsyncResponsefn default() -> InvokeAsyncResponse[src]
fn default() -> InvokeAsyncResponseReturns the "default value" for a type. Read more
impl Debug for InvokeAsyncResponse[src]
impl Debug for InvokeAsyncResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for InvokeAsyncResponse[src]
impl Clone for InvokeAsyncResponsefn clone(&self) -> InvokeAsyncResponse[src]
fn clone(&self) -> InvokeAsyncResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for InvokeAsyncResponse[src]
impl PartialEq for InvokeAsyncResponsefn eq(&self, other: &InvokeAsyncResponse) -> bool[src]
fn eq(&self, other: &InvokeAsyncResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &InvokeAsyncResponse) -> bool[src]
fn ne(&self, other: &InvokeAsyncResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for InvokeAsyncResponse
impl Send for InvokeAsyncResponseimpl Sync for InvokeAsyncResponse
impl Sync for InvokeAsyncResponse