Struct aws_sdk_sqs::error::EmptyBatchRequest
source · #[non_exhaustive]pub struct EmptyBatchRequest { /* private fields */ }
Expand description
The batch request doesn't contain any entries.
Implementations§
source§impl EmptyBatchRequest
impl EmptyBatchRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EmptyBatchRequest
.
Trait Implementations§
source§impl Clone for EmptyBatchRequest
impl Clone for EmptyBatchRequest
source§fn clone(&self) -> EmptyBatchRequest
fn clone(&self) -> EmptyBatchRequest
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 EmptyBatchRequest
impl Debug for EmptyBatchRequest
source§impl Display for EmptyBatchRequest
impl Display for EmptyBatchRequest
source§impl Error for EmptyBatchRequest
impl Error for EmptyBatchRequest
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<EmptyBatchRequest> for EmptyBatchRequest
impl PartialEq<EmptyBatchRequest> for EmptyBatchRequest
source§fn eq(&self, other: &EmptyBatchRequest) -> bool
fn eq(&self, other: &EmptyBatchRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.