Struct lambda_extension::LambdaEvent
source · pub struct LambdaEvent {
pub next: NextEvent,
}
Expand description
Wrapper with information about the next event that the Lambda Runtime is going to process
Fields§
§next: NextEvent
Next incoming event
Auto Trait Implementations§
impl RefUnwindSafe for LambdaEvent
impl Send for LambdaEvent
impl Sync for LambdaEvent
impl Unpin for LambdaEvent
impl UnwindSafe for LambdaEvent
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