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