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