#[non_exhaustive]pub struct CreateDbClusterParameterGroupOutput { /* private fields */ }Implementations
sourceimpl CreateDbClusterParameterGroupOutput
impl CreateDbClusterParameterGroupOutput
sourcepub fn db_cluster_parameter_group(&self) -> Option<&DbClusterParameterGroup>
pub fn db_cluster_parameter_group(&self) -> Option<&DbClusterParameterGroup>
Contains the details of an Amazon RDS DB cluster parameter group.
This data type is used as a response element in the DescribeDBClusterParameterGroups action.
sourceimpl CreateDbClusterParameterGroupOutput
impl CreateDbClusterParameterGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDbClusterParameterGroupOutput.
Trait Implementations
sourceimpl Clone for CreateDbClusterParameterGroupOutput
impl Clone for CreateDbClusterParameterGroupOutput
sourcefn clone(&self) -> CreateDbClusterParameterGroupOutput
fn clone(&self) -> CreateDbClusterParameterGroupOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<CreateDbClusterParameterGroupOutput> for CreateDbClusterParameterGroupOutput
impl PartialEq<CreateDbClusterParameterGroupOutput> for CreateDbClusterParameterGroupOutput
sourcefn eq(&self, other: &CreateDbClusterParameterGroupOutput) -> bool
fn eq(&self, other: &CreateDbClusterParameterGroupOutput) -> bool
impl StructuralPartialEq for CreateDbClusterParameterGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateDbClusterParameterGroupOutput
impl Send for CreateDbClusterParameterGroupOutput
impl Sync for CreateDbClusterParameterGroupOutput
impl Unpin for CreateDbClusterParameterGroupOutput
impl UnwindSafe for CreateDbClusterParameterGroupOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more