Struct aws_sdk_s3::model::EndEvent [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for EndEvent
impl UnwindSafe for EndEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more