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