#[non_exhaustive]pub struct DeleteDbParameterGroupOutput { /* private fields */ }Implementations§
source§impl DeleteDbParameterGroupOutput
impl DeleteDbParameterGroupOutput
sourcepub fn builder() -> DeleteDbParameterGroupOutputBuilder
pub fn builder() -> DeleteDbParameterGroupOutputBuilder
Creates a new builder-style object to manufacture DeleteDbParameterGroupOutput.
Trait Implementations§
source§impl Clone for DeleteDbParameterGroupOutput
impl Clone for DeleteDbParameterGroupOutput
source§fn clone(&self) -> DeleteDbParameterGroupOutput
fn clone(&self) -> DeleteDbParameterGroupOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeleteDbParameterGroupOutput
impl Debug for DeleteDbParameterGroupOutput
source§impl PartialEq<DeleteDbParameterGroupOutput> for DeleteDbParameterGroupOutput
impl PartialEq<DeleteDbParameterGroupOutput> for DeleteDbParameterGroupOutput
source§fn eq(&self, other: &DeleteDbParameterGroupOutput) -> bool
fn eq(&self, other: &DeleteDbParameterGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteDbParameterGroupOutput
impl RequestId for DeleteDbParameterGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.