Struct aws_sdk_s3::model::RecordsEvent
source · [−]#[non_exhaustive]pub struct RecordsEvent { /* private fields */ }
Expand description
The container for the records event.
Implementations
sourceimpl RecordsEvent
impl RecordsEvent
sourceimpl RecordsEvent
impl RecordsEvent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecordsEvent
.
Trait Implementations
sourceimpl Clone for RecordsEvent
impl Clone for RecordsEvent
sourcefn clone(&self) -> RecordsEvent
fn clone(&self) -> RecordsEvent
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 RecordsEvent
impl Debug for RecordsEvent
sourceimpl PartialEq<RecordsEvent> for RecordsEvent
impl PartialEq<RecordsEvent> for RecordsEvent
sourcefn eq(&self, other: &RecordsEvent) -> bool
fn eq(&self, other: &RecordsEvent) -> bool
impl StructuralPartialEq for RecordsEvent
Auto Trait Implementations
impl RefUnwindSafe for RecordsEvent
impl Send for RecordsEvent
impl Sync for RecordsEvent
impl Unpin for RecordsEvent
impl UnwindSafe for RecordsEvent
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