Struct rusoto_lambda::Concurrency [−][src]
Fields
reserved_concurrent_executions: Option<i64>
The number of concurrent executions reserved for this function. For more information, see concurrent-executions.
Trait Implementations
impl Default for Concurrency[src]
impl Default for Concurrencyfn default() -> Concurrency[src]
fn default() -> ConcurrencyReturns the "default value" for a type. Read more
impl Debug for Concurrency[src]
impl Debug for Concurrencyfn 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 Concurrency[src]
impl Clone for Concurrencyfn clone(&self) -> Concurrency[src]
fn clone(&self) -> ConcurrencyReturns 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 Concurrency[src]
impl PartialEq for Concurrencyfn eq(&self, other: &Concurrency) -> bool[src]
fn eq(&self, other: &Concurrency) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Concurrency) -> bool[src]
fn ne(&self, other: &Concurrency) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for Concurrency
impl Send for Concurrencyimpl Sync for Concurrency
impl Sync for Concurrency