Struct rusoto_lambda::FunctionCodeLocation [−][src]
pub struct FunctionCodeLocation {
pub location: Option<String>,
pub repository_type: Option<String>,
}The object for the Lambda function location.
Fields
location: Option<String>
The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.
repository_type: Option<String>
The repository from which you can download the function.
Trait Implementations
impl Default for FunctionCodeLocation[src]
impl Default for FunctionCodeLocationfn default() -> FunctionCodeLocation[src]
fn default() -> FunctionCodeLocationReturns the "default value" for a type. Read more
impl Debug for FunctionCodeLocation[src]
impl Debug for FunctionCodeLocationfn 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 FunctionCodeLocation[src]
impl Clone for FunctionCodeLocationfn clone(&self) -> FunctionCodeLocation[src]
fn clone(&self) -> FunctionCodeLocationReturns 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 FunctionCodeLocation[src]
impl PartialEq for FunctionCodeLocationfn eq(&self, other: &FunctionCodeLocation) -> bool[src]
fn eq(&self, other: &FunctionCodeLocation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FunctionCodeLocation) -> bool[src]
fn ne(&self, other: &FunctionCodeLocation) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for FunctionCodeLocation
impl Send for FunctionCodeLocationimpl Sync for FunctionCodeLocation
impl Sync for FunctionCodeLocation