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