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