Struct aws_sdk_opsworks::operation::update_rds_db_instance::builders::UpdateRdsDbInstanceOutputBuilder
source · #[non_exhaustive]pub struct UpdateRdsDbInstanceOutputBuilder { /* private fields */ }Expand description
A builder for UpdateRdsDbInstanceOutput.
Implementations§
source§impl UpdateRdsDbInstanceOutputBuilder
impl UpdateRdsDbInstanceOutputBuilder
sourcepub fn build(self) -> UpdateRdsDbInstanceOutput
pub fn build(self) -> UpdateRdsDbInstanceOutput
Consumes the builder and constructs a UpdateRdsDbInstanceOutput.
Trait Implementations§
source§impl Clone for UpdateRdsDbInstanceOutputBuilder
impl Clone for UpdateRdsDbInstanceOutputBuilder
source§fn clone(&self) -> UpdateRdsDbInstanceOutputBuilder
fn clone(&self) -> UpdateRdsDbInstanceOutputBuilder
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 UpdateRdsDbInstanceOutputBuilder
impl Default for UpdateRdsDbInstanceOutputBuilder
source§fn default() -> UpdateRdsDbInstanceOutputBuilder
fn default() -> UpdateRdsDbInstanceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateRdsDbInstanceOutputBuilder
impl PartialEq for UpdateRdsDbInstanceOutputBuilder
source§fn eq(&self, other: &UpdateRdsDbInstanceOutputBuilder) -> bool
fn eq(&self, other: &UpdateRdsDbInstanceOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateRdsDbInstanceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateRdsDbInstanceOutputBuilder
impl Send for UpdateRdsDbInstanceOutputBuilder
impl Sync for UpdateRdsDbInstanceOutputBuilder
impl Unpin for UpdateRdsDbInstanceOutputBuilder
impl UnwindSafe for UpdateRdsDbInstanceOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.