pub struct LambdaFunctionARNSerializer;
Implementations§
Auto Trait Implementations§
impl Freeze for LambdaFunctionARNSerializer
impl RefUnwindSafe for LambdaFunctionARNSerializer
impl Send for LambdaFunctionARNSerializer
impl Sync for LambdaFunctionARNSerializer
impl Unpin for LambdaFunctionARNSerializer
impl UnwindSafe for LambdaFunctionARNSerializer
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