Struct aws_sdk_s3::model::RecordsEvent
source · #[non_exhaustive]pub struct RecordsEvent { /* private fields */ }
Expand description
The container for the records event.
Implementations§
source§impl RecordsEvent
impl RecordsEvent
source§impl RecordsEvent
impl RecordsEvent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecordsEvent
.
Trait Implementations§
source§impl Clone for RecordsEvent
impl Clone for RecordsEvent
source§fn clone(&self) -> RecordsEvent
fn clone(&self) -> RecordsEvent
Returns a copy 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 more