Struct aws_sdk_s3::types::ContinuationEvent
source · #[non_exhaustive]pub struct ContinuationEvent {}
Expand description
Implementations§
source§impl ContinuationEvent
impl ContinuationEvent
sourcepub fn builder() -> ContinuationEventBuilder
pub fn builder() -> ContinuationEventBuilder
Creates a new builder-style object to manufacture ContinuationEvent
.
Trait Implementations§
source§impl Clone for ContinuationEvent
impl Clone for ContinuationEvent
source§fn clone(&self) -> ContinuationEvent
fn clone(&self) -> ContinuationEvent
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 ContinuationEvent
impl Debug for ContinuationEvent
source§impl PartialEq<ContinuationEvent> for ContinuationEvent
impl PartialEq<ContinuationEvent> for ContinuationEvent
source§fn eq(&self, other: &ContinuationEvent) -> bool
fn eq(&self, other: &ContinuationEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.