Struct aws_sdk_s3::types::EndEvent
source · #[non_exhaustive]pub struct EndEvent {}
Expand description
A message that indicates the request is complete and no more messages will be sent. You should not assume that the request is complete until the client receives an EndEvent
.
Implementations§
Trait Implementations§
source§impl PartialEq for EndEvent
impl PartialEq for EndEvent
impl StructuralPartialEq for EndEvent
Auto Trait Implementations§
impl RefUnwindSafe for EndEvent
impl Send for EndEvent
impl Sync for EndEvent
impl Unpin for EndEvent
impl UnwindSafe for EndEvent
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.