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