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 ==
.impl StructuralPartialEq for ContinuationEvent
Auto Trait Implementations§
impl RefUnwindSafe for ContinuationEvent
impl Send for ContinuationEvent
impl Sync for ContinuationEvent
impl Unpin for ContinuationEvent
impl UnwindSafe for ContinuationEvent
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