pub struct AwsRdsDbInstanceVpcSecurityGroup {
pub status: Option<String>,
pub vpc_security_group_id: Option<String>,
}Expand description
A VPC security groups that the DB instance belongs to.
Fields§
§status: Option<String>The status of the VPC security group.
vpc_security_group_id: Option<String>The name of the VPC security group.
Trait Implementations§
Source§impl Clone for AwsRdsDbInstanceVpcSecurityGroup
impl Clone for AwsRdsDbInstanceVpcSecurityGroup
Source§fn clone(&self) -> AwsRdsDbInstanceVpcSecurityGroup
fn clone(&self) -> AwsRdsDbInstanceVpcSecurityGroup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AwsRdsDbInstanceVpcSecurityGroup
impl Default for AwsRdsDbInstanceVpcSecurityGroup
Source§fn default() -> AwsRdsDbInstanceVpcSecurityGroup
fn default() -> AwsRdsDbInstanceVpcSecurityGroup
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AwsRdsDbInstanceVpcSecurityGroup
impl<'de> Deserialize<'de> for AwsRdsDbInstanceVpcSecurityGroup
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AwsRdsDbInstanceVpcSecurityGroup
impl PartialEq for AwsRdsDbInstanceVpcSecurityGroup
Source§fn eq(&self, other: &AwsRdsDbInstanceVpcSecurityGroup) -> bool
fn eq(&self, other: &AwsRdsDbInstanceVpcSecurityGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AwsRdsDbInstanceVpcSecurityGroup
Auto Trait Implementations§
impl Freeze for AwsRdsDbInstanceVpcSecurityGroup
impl RefUnwindSafe for AwsRdsDbInstanceVpcSecurityGroup
impl Send for AwsRdsDbInstanceVpcSecurityGroup
impl Sync for AwsRdsDbInstanceVpcSecurityGroup
impl Unpin for AwsRdsDbInstanceVpcSecurityGroup
impl UnsafeUnpin for AwsRdsDbInstanceVpcSecurityGroup
impl UnwindSafe for AwsRdsDbInstanceVpcSecurityGroup
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more