Struct aws_sdk_athena::operation::update_prepared_statement::builders::UpdatePreparedStatementOutputBuilder
source · #[non_exhaustive]pub struct UpdatePreparedStatementOutputBuilder { /* private fields */ }Expand description
A builder for UpdatePreparedStatementOutput.
Implementations§
source§impl UpdatePreparedStatementOutputBuilder
impl UpdatePreparedStatementOutputBuilder
sourcepub fn build(self) -> UpdatePreparedStatementOutput
pub fn build(self) -> UpdatePreparedStatementOutput
Consumes the builder and constructs a UpdatePreparedStatementOutput.
Trait Implementations§
source§impl Clone for UpdatePreparedStatementOutputBuilder
impl Clone for UpdatePreparedStatementOutputBuilder
source§fn clone(&self) -> UpdatePreparedStatementOutputBuilder
fn clone(&self) -> UpdatePreparedStatementOutputBuilder
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 Default for UpdatePreparedStatementOutputBuilder
impl Default for UpdatePreparedStatementOutputBuilder
source§fn default() -> UpdatePreparedStatementOutputBuilder
fn default() -> UpdatePreparedStatementOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdatePreparedStatementOutputBuilder> for UpdatePreparedStatementOutputBuilder
impl PartialEq<UpdatePreparedStatementOutputBuilder> for UpdatePreparedStatementOutputBuilder
source§fn eq(&self, other: &UpdatePreparedStatementOutputBuilder) -> bool
fn eq(&self, other: &UpdatePreparedStatementOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdatePreparedStatementOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdatePreparedStatementOutputBuilder
impl Send for UpdatePreparedStatementOutputBuilder
impl Sync for UpdatePreparedStatementOutputBuilder
impl Unpin for UpdatePreparedStatementOutputBuilder
impl UnwindSafe for UpdatePreparedStatementOutputBuilder
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