pub struct CacheSubnetGroup {
pub cache_subnet_group_name: String,
pub cache_subnet_group_description: String,
pub vpc_id: String,
pub subnet_ids: Vec<String>,
pub arn: String,
}Fields§
§cache_subnet_group_name: String§cache_subnet_group_description: String§vpc_id: String§subnet_ids: Vec<String>§arn: StringTrait Implementations§
Source§impl Clone for CacheSubnetGroup
impl Clone for CacheSubnetGroup
Source§fn clone(&self) -> CacheSubnetGroup
fn clone(&self) -> CacheSubnetGroup
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 moreAuto Trait Implementations§
impl Freeze for CacheSubnetGroup
impl RefUnwindSafe for CacheSubnetGroup
impl Send for CacheSubnetGroup
impl Sync for CacheSubnetGroup
impl Unpin for CacheSubnetGroup
impl UnsafeUnpin for CacheSubnetGroup
impl UnwindSafe for CacheSubnetGroup
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