Struct aws_sdk_s3::model::ContinuationEvent
source · [−]#[non_exhaustive]pub struct ContinuationEvent {}
Expand description
Implementations
sourceimpl ContinuationEvent
impl ContinuationEvent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ContinuationEvent
.
Trait Implementations
sourceimpl Clone for ContinuationEvent
impl Clone for ContinuationEvent
sourcefn clone(&self) -> ContinuationEvent
fn clone(&self) -> ContinuationEvent
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 ContinuationEvent
impl Debug for ContinuationEvent
sourceimpl PartialEq<ContinuationEvent> for ContinuationEvent
impl PartialEq<ContinuationEvent> for ContinuationEvent
sourcefn eq(&self, other: &ContinuationEvent) -> bool
fn eq(&self, other: &ContinuationEvent) -> bool
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
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