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