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