#[non_exhaustive]pub struct DeletePreparedStatementOutput {}Implementations§
source§impl DeletePreparedStatementOutput
impl DeletePreparedStatementOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePreparedStatementOutput.
Trait Implementations§
source§impl Clone for DeletePreparedStatementOutput
impl Clone for DeletePreparedStatementOutput
source§fn clone(&self) -> DeletePreparedStatementOutput
fn clone(&self) -> DeletePreparedStatementOutput
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 PartialEq<DeletePreparedStatementOutput> for DeletePreparedStatementOutput
impl PartialEq<DeletePreparedStatementOutput> for DeletePreparedStatementOutput
source§fn eq(&self, other: &DeletePreparedStatementOutput) -> bool
fn eq(&self, other: &DeletePreparedStatementOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.