pub struct StreamRecord {
pub event_id: String,
pub event_name: String,
pub event_version: String,
pub event_source: String,
pub aws_region: String,
pub dynamodb: DynamoDbStreamRecord,
pub event_source_arn: String,
pub timestamp: DateTime<Utc>,
}Fields§
§event_id: String§event_name: String§event_version: String§event_source: String§aws_region: String§dynamodb: DynamoDbStreamRecord§event_source_arn: String§timestamp: DateTime<Utc>Trait Implementations§
Source§impl Clone for StreamRecord
impl Clone for StreamRecord
Source§fn clone(&self) -> StreamRecord
fn clone(&self) -> StreamRecord
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StreamRecord
impl RefUnwindSafe for StreamRecord
impl Send for StreamRecord
impl Sync for StreamRecord
impl Unpin for StreamRecord
impl UnsafeUnpin for StreamRecord
impl UnwindSafe for StreamRecord
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