#[non_exhaustive]pub struct DeletePreparedStatementOutput { /* private fields */ }Implementations§
source§impl DeletePreparedStatementOutput
impl DeletePreparedStatementOutput
sourcepub fn builder() -> DeletePreparedStatementOutputBuilder
pub fn builder() -> DeletePreparedStatementOutputBuilder
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 ==.source§impl RequestId for DeletePreparedStatementOutput
impl RequestId for DeletePreparedStatementOutput
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 DeletePreparedStatementOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeletePreparedStatementOutput
impl Send for DeletePreparedStatementOutput
impl Sync for DeletePreparedStatementOutput
impl Unpin for DeletePreparedStatementOutput
impl UnwindSafe for DeletePreparedStatementOutput
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