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<EndEventBuilder> for EndEventBuilder
impl PartialEq<EndEventBuilder> 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 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