Struct rusoto_lambda::ListVersionsByFunctionResponse
[−]
[src]
pub struct ListVersionsByFunctionResponse {
pub next_marker: Option<String>,
pub versions: Option<Vec<FunctionConfiguration>>,
}Fields
next_marker: Option<String>
A string, present if there are more function versions.
versions: Option<Vec<FunctionConfiguration>>
A list of Lambda function versions.
Trait Implementations
impl Default for ListVersionsByFunctionResponse[src]
fn default() -> ListVersionsByFunctionResponse[src]
Returns the "default value" for a type. Read more
impl Debug for ListVersionsByFunctionResponse[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for ListVersionsByFunctionResponse[src]
fn clone(&self) -> ListVersionsByFunctionResponse[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more