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