pub struct UpdateFunctionCode;Available on crate feature
iam only.Trait Implementations§
Source§impl Clone for UpdateFunctionCode
impl Clone for UpdateFunctionCode
Source§fn clone(&self) -> UpdateFunctionCode
fn clone(&self) -> UpdateFunctionCode
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 UpdateFunctionCode
impl Debug for UpdateFunctionCode
Source§impl Serialize for UpdateFunctionCode
impl Serialize for UpdateFunctionCode
impl Action for UpdateFunctionCode
impl Copy for UpdateFunctionCode
impl LambdaAction for UpdateFunctionCode
Auto Trait Implementations§
impl Freeze for UpdateFunctionCode
impl RefUnwindSafe for UpdateFunctionCode
impl Send for UpdateFunctionCode
impl Sync for UpdateFunctionCode
impl Unpin for UpdateFunctionCode
impl UnwindSafe for UpdateFunctionCode
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