Struct aws_sdk_ec2::types::SecurityGroupIdentifier
source · #[non_exhaustive]pub struct SecurityGroupIdentifier { /* private fields */ }
Expand description
Describes a security group.
Implementations§
source§impl SecurityGroupIdentifier
impl SecurityGroupIdentifier
sourcepub fn builder() -> SecurityGroupIdentifierBuilder
pub fn builder() -> SecurityGroupIdentifierBuilder
Creates a new builder-style object to manufacture SecurityGroupIdentifier
.
Trait Implementations§
source§impl Clone for SecurityGroupIdentifier
impl Clone for SecurityGroupIdentifier
source§fn clone(&self) -> SecurityGroupIdentifier
fn clone(&self) -> SecurityGroupIdentifier
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 SecurityGroupIdentifier
impl Debug for SecurityGroupIdentifier
source§impl PartialEq<SecurityGroupIdentifier> for SecurityGroupIdentifier
impl PartialEq<SecurityGroupIdentifier> for SecurityGroupIdentifier
source§fn eq(&self, other: &SecurityGroupIdentifier) -> bool
fn eq(&self, other: &SecurityGroupIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SecurityGroupIdentifier
Auto Trait Implementations§
impl RefUnwindSafe for SecurityGroupIdentifier
impl Send for SecurityGroupIdentifier
impl Sync for SecurityGroupIdentifier
impl Unpin for SecurityGroupIdentifier
impl UnwindSafe for SecurityGroupIdentifier
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