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