Struct aws_sdk_s3::types::builders::EndEventBuilder
source · #[non_exhaustive]pub struct EndEventBuilder {}
Expand description
A builder for EndEvent
.
Implementations§
Trait Implementations§
source§impl Clone for EndEventBuilder
impl Clone for EndEventBuilder
source§fn clone(&self) -> EndEventBuilder
fn clone(&self) -> EndEventBuilder
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 moresource§impl Debug for EndEventBuilder
impl Debug for EndEventBuilder
source§impl Default for EndEventBuilder
impl Default for EndEventBuilder
source§fn default() -> EndEventBuilder
fn default() -> EndEventBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for EndEventBuilder
impl PartialEq for EndEventBuilder
source§fn eq(&self, other: &EndEventBuilder) -> bool
fn eq(&self, other: &EndEventBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EndEventBuilder
Auto Trait Implementations§
impl Freeze for EndEventBuilder
impl RefUnwindSafe for EndEventBuilder
impl Send for EndEventBuilder
impl Sync for EndEventBuilder
impl Unpin for EndEventBuilder
impl UnwindSafe for EndEventBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.