pub struct CacheEngineVersion {
pub engine: String,
pub engine_version: String,
pub cache_parameter_group_family: String,
pub cache_engine_description: String,
pub cache_engine_version_description: String,
}Fields§
§engine: String§engine_version: String§cache_parameter_group_family: String§cache_engine_description: String§cache_engine_version_description: StringTrait Implementations§
Source§impl Clone for CacheEngineVersion
impl Clone for CacheEngineVersion
Source§fn clone(&self) -> CacheEngineVersion
fn clone(&self) -> CacheEngineVersion
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 CacheEngineVersion
impl RefUnwindSafe for CacheEngineVersion
impl Send for CacheEngineVersion
impl Sync for CacheEngineVersion
impl Unpin for CacheEngineVersion
impl UnsafeUnpin for CacheEngineVersion
impl UnwindSafe for CacheEngineVersion
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