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]
impl Default for ListVersionsByFunctionResponsefn default() -> ListVersionsByFunctionResponse[src]
fn default() -> ListVersionsByFunctionResponseReturns the "default value" for a type. Read more
impl Debug for ListVersionsByFunctionResponse[src]
impl Debug for ListVersionsByFunctionResponsefn 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 ListVersionsByFunctionResponse[src]
impl Clone for ListVersionsByFunctionResponsefn clone(&self) -> ListVersionsByFunctionResponse[src]
fn clone(&self) -> ListVersionsByFunctionResponseReturns 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 ListVersionsByFunctionResponse[src]
impl PartialEq for ListVersionsByFunctionResponsefn eq(&self, other: &ListVersionsByFunctionResponse) -> bool[src]
fn eq(&self, other: &ListVersionsByFunctionResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ListVersionsByFunctionResponse) -> bool[src]
fn ne(&self, other: &ListVersionsByFunctionResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ListVersionsByFunctionResponse
impl Send for ListVersionsByFunctionResponseimpl Sync for ListVersionsByFunctionResponse
impl Sync for ListVersionsByFunctionResponse