Struct aws_lambda_events::dynamodb::TimeWindowEvent
source · [−]pub struct TimeWindowEvent {
pub dynamo_db_event: Event,
pub time_window_properties: TimeWindowProperties,
}Expand description
TimeWindowEvent represents an Amazon Dynamodb event when using time windows
ref. https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-windows
Fields
dynamo_db_event: Eventtime_window_properties: TimeWindowPropertiesTrait Implementations
sourceimpl Clone for TimeWindowEvent
impl Clone for TimeWindowEvent
sourcefn clone(&self) -> TimeWindowEvent
fn clone(&self) -> TimeWindowEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TimeWindowEvent
impl Debug for TimeWindowEvent
sourceimpl<'de> Deserialize<'de> for TimeWindowEvent
impl<'de> Deserialize<'de> for TimeWindowEvent
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<TimeWindowEvent> for TimeWindowEvent
impl PartialEq<TimeWindowEvent> for TimeWindowEvent
sourcefn eq(&self, other: &TimeWindowEvent) -> bool
fn eq(&self, other: &TimeWindowEvent) -> bool
sourceimpl Serialize for TimeWindowEvent
impl Serialize for TimeWindowEvent
impl StructuralPartialEq for TimeWindowEvent
Auto Trait Implementations
impl RefUnwindSafe for TimeWindowEvent
impl Send for TimeWindowEvent
impl Sync for TimeWindowEvent
impl Unpin for TimeWindowEvent
impl UnwindSafe for TimeWindowEvent
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