Struct aws_sdk_rds::output::DescribeDbParametersOutput
source · [−]#[non_exhaustive]pub struct DescribeDbParametersOutput { /* private fields */ }Expand description
Contains the result of a successful invocation of the DescribeDBParameters action.
Implementations
sourceimpl DescribeDbParametersOutput
impl DescribeDbParametersOutput
sourcepub fn parameters(&self) -> Option<&[Parameter]>
pub fn parameters(&self) -> Option<&[Parameter]>
A list of Parameter values.
sourceimpl DescribeDbParametersOutput
impl DescribeDbParametersOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbParametersOutput.
Trait Implementations
sourceimpl Clone for DescribeDbParametersOutput
impl Clone for DescribeDbParametersOutput
sourcefn clone(&self) -> DescribeDbParametersOutput
fn clone(&self) -> DescribeDbParametersOutput
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 Debug for DescribeDbParametersOutput
impl Debug for DescribeDbParametersOutput
sourceimpl PartialEq<DescribeDbParametersOutput> for DescribeDbParametersOutput
impl PartialEq<DescribeDbParametersOutput> for DescribeDbParametersOutput
sourcefn eq(&self, other: &DescribeDbParametersOutput) -> bool
fn eq(&self, other: &DescribeDbParametersOutput) -> bool
impl StructuralPartialEq for DescribeDbParametersOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDbParametersOutput
impl Send for DescribeDbParametersOutput
impl Sync for DescribeDbParametersOutput
impl Unpin for DescribeDbParametersOutput
impl UnwindSafe for DescribeDbParametersOutput
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