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