Struct aws_sdk_ec2::model::SecurityGroupIdentifier
source · [−]#[non_exhaustive]pub struct SecurityGroupIdentifier { /* private fields */ }
Expand description
Describes a security group.
Implementations
sourceimpl SecurityGroupIdentifier
impl SecurityGroupIdentifier
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SecurityGroupIdentifier
.
Trait Implementations
sourceimpl Clone for SecurityGroupIdentifier
impl Clone for SecurityGroupIdentifier
sourcefn clone(&self) -> SecurityGroupIdentifier
fn clone(&self) -> SecurityGroupIdentifier
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 SecurityGroupIdentifier
impl Debug for SecurityGroupIdentifier
sourceimpl PartialEq<SecurityGroupIdentifier> for SecurityGroupIdentifier
impl PartialEq<SecurityGroupIdentifier> for SecurityGroupIdentifier
sourcefn eq(&self, other: &SecurityGroupIdentifier) -> bool
fn eq(&self, other: &SecurityGroupIdentifier) -> bool
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
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