pub struct UpdateSecurityGroupRuleDescriptionsEgressResult {
pub return_: Option<bool>,
}Fields§
§return_: Option<bool>Returns true if the request succeeds; otherwise, returns an error.
Trait Implementations§
Source§impl Clone for UpdateSecurityGroupRuleDescriptionsEgressResult
impl Clone for UpdateSecurityGroupRuleDescriptionsEgressResult
Source§fn clone(&self) -> UpdateSecurityGroupRuleDescriptionsEgressResult
fn clone(&self) -> UpdateSecurityGroupRuleDescriptionsEgressResult
Returns a duplicate 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 Default for UpdateSecurityGroupRuleDescriptionsEgressResult
impl Default for UpdateSecurityGroupRuleDescriptionsEgressResult
Source§fn default() -> UpdateSecurityGroupRuleDescriptionsEgressResult
fn default() -> UpdateSecurityGroupRuleDescriptionsEgressResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateSecurityGroupRuleDescriptionsEgressResult
impl PartialEq for UpdateSecurityGroupRuleDescriptionsEgressResult
Source§fn eq(&self, other: &UpdateSecurityGroupRuleDescriptionsEgressResult) -> bool
fn eq(&self, other: &UpdateSecurityGroupRuleDescriptionsEgressResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateSecurityGroupRuleDescriptionsEgressResult
Auto Trait Implementations§
impl Freeze for UpdateSecurityGroupRuleDescriptionsEgressResult
impl RefUnwindSafe for UpdateSecurityGroupRuleDescriptionsEgressResult
impl Send for UpdateSecurityGroupRuleDescriptionsEgressResult
impl Sync for UpdateSecurityGroupRuleDescriptionsEgressResult
impl Unpin for UpdateSecurityGroupRuleDescriptionsEgressResult
impl UnwindSafe for UpdateSecurityGroupRuleDescriptionsEgressResult
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