#[non_exhaustive]pub struct CopyDbClusterParameterGroupOutput { /* private fields */ }Implementations
sourceimpl CopyDbClusterParameterGroupOutput
impl CopyDbClusterParameterGroupOutput
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 CopyDbClusterParameterGroupOutput
impl CopyDbClusterParameterGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CopyDbClusterParameterGroupOutput.
Trait Implementations
sourceimpl Clone for CopyDbClusterParameterGroupOutput
impl Clone for CopyDbClusterParameterGroupOutput
sourcefn clone(&self) -> CopyDbClusterParameterGroupOutput
fn clone(&self) -> CopyDbClusterParameterGroupOutput
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<CopyDbClusterParameterGroupOutput> for CopyDbClusterParameterGroupOutput
impl PartialEq<CopyDbClusterParameterGroupOutput> for CopyDbClusterParameterGroupOutput
sourcefn eq(&self, other: &CopyDbClusterParameterGroupOutput) -> bool
fn eq(&self, other: &CopyDbClusterParameterGroupOutput) -> bool
impl StructuralPartialEq for CopyDbClusterParameterGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for CopyDbClusterParameterGroupOutput
impl Send for CopyDbClusterParameterGroupOutput
impl Sync for CopyDbClusterParameterGroupOutput
impl Unpin for CopyDbClusterParameterGroupOutput
impl UnwindSafe for CopyDbClusterParameterGroupOutput
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