#[non_exhaustive]pub struct GetFunctionConcurrencyOutput { /* private fields */ }Implementations
sourceimpl GetFunctionConcurrencyOutput
impl GetFunctionConcurrencyOutput
sourcepub fn reserved_concurrent_executions(&self) -> Option<i32>
pub fn reserved_concurrent_executions(&self) -> Option<i32>
The number of simultaneous executions that are reserved for the function.
sourceimpl GetFunctionConcurrencyOutput
impl GetFunctionConcurrencyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFunctionConcurrencyOutput.
Trait Implementations
sourceimpl Clone for GetFunctionConcurrencyOutput
impl Clone for GetFunctionConcurrencyOutput
sourcefn clone(&self) -> GetFunctionConcurrencyOutput
fn clone(&self) -> GetFunctionConcurrencyOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetFunctionConcurrencyOutput
impl Debug for GetFunctionConcurrencyOutput
sourceimpl PartialEq<GetFunctionConcurrencyOutput> for GetFunctionConcurrencyOutput
impl PartialEq<GetFunctionConcurrencyOutput> for GetFunctionConcurrencyOutput
sourcefn eq(&self, other: &GetFunctionConcurrencyOutput) -> bool
fn eq(&self, other: &GetFunctionConcurrencyOutput) -> bool
impl StructuralPartialEq for GetFunctionConcurrencyOutput
Auto Trait Implementations
impl RefUnwindSafe for GetFunctionConcurrencyOutput
impl Send for GetFunctionConcurrencyOutput
impl Sync for GetFunctionConcurrencyOutput
impl Unpin for GetFunctionConcurrencyOutput
impl UnwindSafe for GetFunctionConcurrencyOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more