pub struct FunctionArn(/* private fields */);Available on crate feature
lambda only.Trait Implementations§
Source§impl Clone for FunctionArn
impl Clone for FunctionArn
Source§fn clone(&self) -> FunctionArn
fn clone(&self) -> FunctionArn
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 FunctionArn
impl Debug for FunctionArn
Auto Trait Implementations§
impl Freeze for FunctionArn
impl RefUnwindSafe for FunctionArn
impl Send for FunctionArn
impl Sync for FunctionArn
impl Unpin for FunctionArn
impl UnwindSafe for FunctionArn
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