Struct aws_sdk_rds::output::CopyDbParameterGroupOutput
source · [−]#[non_exhaustive]pub struct CopyDbParameterGroupOutput { /* private fields */ }Implementations
sourceimpl CopyDbParameterGroupOutput
impl CopyDbParameterGroupOutput
sourcepub fn db_parameter_group(&self) -> Option<&DbParameterGroup>
pub fn db_parameter_group(&self) -> Option<&DbParameterGroup>
Contains the details of an Amazon RDS DB parameter group.
This data type is used as a response element in the DescribeDBParameterGroups action.
sourceimpl CopyDbParameterGroupOutput
impl CopyDbParameterGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CopyDbParameterGroupOutput.
Trait Implementations
sourceimpl Clone for CopyDbParameterGroupOutput
impl Clone for CopyDbParameterGroupOutput
sourcefn clone(&self) -> CopyDbParameterGroupOutput
fn clone(&self) -> CopyDbParameterGroupOutput
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 CopyDbParameterGroupOutput
impl Debug for CopyDbParameterGroupOutput
sourceimpl PartialEq<CopyDbParameterGroupOutput> for CopyDbParameterGroupOutput
impl PartialEq<CopyDbParameterGroupOutput> for CopyDbParameterGroupOutput
sourcefn eq(&self, other: &CopyDbParameterGroupOutput) -> bool
fn eq(&self, other: &CopyDbParameterGroupOutput) -> bool
impl StructuralPartialEq for CopyDbParameterGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for CopyDbParameterGroupOutput
impl Send for CopyDbParameterGroupOutput
impl Sync for CopyDbParameterGroupOutput
impl Unpin for CopyDbParameterGroupOutput
impl UnwindSafe for CopyDbParameterGroupOutput
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