#[non_exhaustive]pub struct DeleteMessageOutputBuilder { /* private fields */ }Expand description
A builder for DeleteMessageOutput.
Implementations§
source§impl DeleteMessageOutputBuilder
impl DeleteMessageOutputBuilder
sourcepub fn build(self) -> DeleteMessageOutput
pub fn build(self) -> DeleteMessageOutput
Consumes the builder and constructs a DeleteMessageOutput.
Trait Implementations§
source§impl Clone for DeleteMessageOutputBuilder
impl Clone for DeleteMessageOutputBuilder
source§fn clone(&self) -> DeleteMessageOutputBuilder
fn clone(&self) -> DeleteMessageOutputBuilder
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 DeleteMessageOutputBuilder
impl Debug for DeleteMessageOutputBuilder
source§impl Default for DeleteMessageOutputBuilder
impl Default for DeleteMessageOutputBuilder
source§fn default() -> DeleteMessageOutputBuilder
fn default() -> DeleteMessageOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteMessageOutputBuilder> for DeleteMessageOutputBuilder
impl PartialEq<DeleteMessageOutputBuilder> for DeleteMessageOutputBuilder
source§fn eq(&self, other: &DeleteMessageOutputBuilder) -> bool
fn eq(&self, other: &DeleteMessageOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.