pub struct ElastiCacheRuntime { /* private fields */ }Implementations§
Source§impl ElastiCacheRuntime
impl ElastiCacheRuntime
pub fn new() -> Option<Self>
pub fn cli_name(&self) -> &str
pub async fn ensure_redis( &self, resource_id: &str, ) -> Result<RunningCacheContainer, RuntimeError>
pub async fn stop_container(&self, resource_id: &str)
pub async fn stop_all(&self)
Auto Trait Implementations§
impl !Freeze for ElastiCacheRuntime
impl !RefUnwindSafe for ElastiCacheRuntime
impl Send for ElastiCacheRuntime
impl Sync for ElastiCacheRuntime
impl Unpin for ElastiCacheRuntime
impl UnsafeUnpin for ElastiCacheRuntime
impl UnwindSafe for ElastiCacheRuntime
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