Struct rusoto_lambda::ListFunctionsResponse [−][src]
pub struct ListFunctionsResponse {
pub functions: Option<Vec<FunctionConfiguration>>,
pub next_marker: Option<String>,
}Contains a list of AWS Lambda function configurations (see FunctionConfiguration.
Fields
functions: Option<Vec<FunctionConfiguration>>
A list of Lambda functions.
next_marker: Option<String>
A string, present if there are more functions.
Trait Implementations
impl Default for ListFunctionsResponse[src]
impl Default for ListFunctionsResponsefn default() -> ListFunctionsResponse[src]
fn default() -> ListFunctionsResponseReturns the "default value" for a type. Read more
impl Debug for ListFunctionsResponse[src]
impl Debug for ListFunctionsResponsefn 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 ListFunctionsResponse[src]
impl Clone for ListFunctionsResponsefn clone(&self) -> ListFunctionsResponse[src]
fn clone(&self) -> ListFunctionsResponseReturns 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 ListFunctionsResponse[src]
impl PartialEq for ListFunctionsResponsefn eq(&self, other: &ListFunctionsResponse) -> bool[src]
fn eq(&self, other: &ListFunctionsResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ListFunctionsResponse) -> bool[src]
fn ne(&self, other: &ListFunctionsResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ListFunctionsResponse
impl Send for ListFunctionsResponseimpl Sync for ListFunctionsResponse
impl Sync for ListFunctionsResponse