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