#[non_exhaustive]pub struct BatchGetPreparedStatementOutput { /* private fields */ }
Implementations§
source§impl BatchGetPreparedStatementOutput
impl BatchGetPreparedStatementOutput
sourcepub fn prepared_statements(&self) -> Option<&[PreparedStatement]>
pub fn prepared_statements(&self) -> Option<&[PreparedStatement]>
The list of prepared statements returned.
sourcepub fn unprocessed_prepared_statement_names(
&self
) -> Option<&[UnprocessedPreparedStatementName]>
pub fn unprocessed_prepared_statement_names( &self ) -> Option<&[UnprocessedPreparedStatementName]>
A list of one or more prepared statements that were requested but could not be returned.
source§impl BatchGetPreparedStatementOutput
impl BatchGetPreparedStatementOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetPreparedStatementOutput
.
Trait Implementations§
source§impl Clone for BatchGetPreparedStatementOutput
impl Clone for BatchGetPreparedStatementOutput
source§fn clone(&self) -> BatchGetPreparedStatementOutput
fn clone(&self) -> BatchGetPreparedStatementOutput
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<BatchGetPreparedStatementOutput> for BatchGetPreparedStatementOutput
impl PartialEq<BatchGetPreparedStatementOutput> for BatchGetPreparedStatementOutput
source§fn eq(&self, other: &BatchGetPreparedStatementOutput) -> bool
fn eq(&self, other: &BatchGetPreparedStatementOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.