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 Freeze for LambdaEvent
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