Struct aws_lambda_runtime_proxy::RunningProxy
source · pub struct RunningProxy<ReqBody> {
pub client: LambdaRuntimeApiClient<ReqBody>,
pub server: MockLambdaRuntimeApiServer,
pub handler: Child,
}
Fields§
§client: LambdaRuntimeApiClient<ReqBody>
§server: MockLambdaRuntimeApiServer
§handler: Child
The lambda handler process.
Auto Trait Implementations§
impl<ReqBody> !Freeze for RunningProxy<ReqBody>
impl<ReqBody> !RefUnwindSafe for RunningProxy<ReqBody>
impl<ReqBody> Send for RunningProxy<ReqBody>where
ReqBody: Send,
impl<ReqBody> Sync for RunningProxy<ReqBody>where
ReqBody: Send,
impl<ReqBody> Unpin for RunningProxy<ReqBody>
impl<ReqBody> !UnwindSafe for RunningProxy<ReqBody>
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