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