Struct lambda_extension::LambdaEvent
source · [−]Expand description
Wrapper with information about the next event that the Lambda Runtime is going to process
Fields
extension_id: String
ID assigned to this extension by the Lambda Runtime
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more