#[non_exhaustive]pub struct DescribeDbClusterParametersOutput { /* private fields */ }Expand description
Provides details about a DB cluster parameter group including the parameters in the DB cluster parameter group.
Implementations
sourceimpl DescribeDbClusterParametersOutput
impl DescribeDbClusterParametersOutput
sourcepub fn parameters(&self) -> Option<&[Parameter]>
pub fn parameters(&self) -> Option<&[Parameter]>
Provides a list of parameters for the DB cluster parameter group.
sourceimpl DescribeDbClusterParametersOutput
impl DescribeDbClusterParametersOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbClusterParametersOutput.
Trait Implementations
sourceimpl Clone for DescribeDbClusterParametersOutput
impl Clone for DescribeDbClusterParametersOutput
sourcefn clone(&self) -> DescribeDbClusterParametersOutput
fn clone(&self) -> DescribeDbClusterParametersOutput
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<DescribeDbClusterParametersOutput> for DescribeDbClusterParametersOutput
impl PartialEq<DescribeDbClusterParametersOutput> for DescribeDbClusterParametersOutput
sourcefn eq(&self, other: &DescribeDbClusterParametersOutput) -> bool
fn eq(&self, other: &DescribeDbClusterParametersOutput) -> bool
impl StructuralPartialEq for DescribeDbClusterParametersOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDbClusterParametersOutput
impl Send for DescribeDbClusterParametersOutput
impl Sync for DescribeDbClusterParametersOutput
impl Unpin for DescribeDbClusterParametersOutput
impl UnwindSafe for DescribeDbClusterParametersOutput
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