#[non_exhaustive]pub struct UpdatePreparedStatementOutput { /* private fields */ }Implementations§
source§impl UpdatePreparedStatementOutput
impl UpdatePreparedStatementOutput
sourcepub fn builder() -> UpdatePreparedStatementOutputBuilder
pub fn builder() -> UpdatePreparedStatementOutputBuilder
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 ==.source§impl RequestId for UpdatePreparedStatementOutput
impl RequestId for UpdatePreparedStatementOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for UpdatePreparedStatementOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdatePreparedStatementOutput
impl Send for UpdatePreparedStatementOutput
impl Sync for UpdatePreparedStatementOutput
impl Unpin for UpdatePreparedStatementOutput
impl UnwindSafe for UpdatePreparedStatementOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more