Struct rusoto_lambda::DeleteFunctionConcurrencyRequest [−][src]
pub struct DeleteFunctionConcurrencyRequest {
pub function_name: String,
}Fields
function_name: String
The name of the function you are removing concurrent execution limits from. For more information, see concurrent-executions.
Trait Implementations
impl Default for DeleteFunctionConcurrencyRequest[src]
impl Default for DeleteFunctionConcurrencyRequestfn default() -> DeleteFunctionConcurrencyRequest[src]
fn default() -> DeleteFunctionConcurrencyRequestReturns the "default value" for a type. Read more
impl Debug for DeleteFunctionConcurrencyRequest[src]
impl Debug for DeleteFunctionConcurrencyRequestfn 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 DeleteFunctionConcurrencyRequest[src]
impl Clone for DeleteFunctionConcurrencyRequestfn clone(&self) -> DeleteFunctionConcurrencyRequest[src]
fn clone(&self) -> DeleteFunctionConcurrencyRequestReturns 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 DeleteFunctionConcurrencyRequest[src]
impl PartialEq for DeleteFunctionConcurrencyRequestfn eq(&self, other: &DeleteFunctionConcurrencyRequest) -> bool[src]
fn eq(&self, other: &DeleteFunctionConcurrencyRequest) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DeleteFunctionConcurrencyRequest) -> bool[src]
fn ne(&self, other: &DeleteFunctionConcurrencyRequest) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DeleteFunctionConcurrencyRequest
impl Send for DeleteFunctionConcurrencyRequestimpl Sync for DeleteFunctionConcurrencyRequest
impl Sync for DeleteFunctionConcurrencyRequest