pub struct PutFunctionConcurrency;Available on crate feature
iam only.Trait Implementations§
Source§impl Clone for PutFunctionConcurrency
impl Clone for PutFunctionConcurrency
Source§fn clone(&self) -> PutFunctionConcurrency
fn clone(&self) -> PutFunctionConcurrency
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PutFunctionConcurrency
impl Debug for PutFunctionConcurrency
Source§impl Serialize for PutFunctionConcurrency
impl Serialize for PutFunctionConcurrency
impl Action for PutFunctionConcurrency
impl Copy for PutFunctionConcurrency
impl LambdaAction for PutFunctionConcurrency
Auto Trait Implementations§
impl Freeze for PutFunctionConcurrency
impl RefUnwindSafe for PutFunctionConcurrency
impl Send for PutFunctionConcurrency
impl Sync for PutFunctionConcurrency
impl Unpin for PutFunctionConcurrency
impl UnwindSafe for PutFunctionConcurrency
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more