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