pub struct AwsLambdaClient(/* private fields */);
Implementations§
Source§impl AwsLambdaClient
impl AwsLambdaClient
pub fn new() -> AwsLambdaClient
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AwsLambdaClient
impl RefUnwindSafe for AwsLambdaClient
impl Send for AwsLambdaClient
impl Sync for AwsLambdaClient
impl Unpin for AwsLambdaClient
impl UnwindSafe for AwsLambdaClient
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