pub struct Redis { /* private fields */ }
๐Deprecated since 0.2.1: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Image for Redis
impl Image for Redis
Sourceยงtype Args = RedisArgs
type Args = RedisArgs
๐Deprecated since 0.3.1: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8
A type representing the arguments for an Image. Read more
Sourceยงtype EnvVars = HashMap<String, String>
type EnvVars = HashMap<String, String>
๐Deprecated since 0.3.1: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8
A type representing the environment variables for an Image. Read more
Sourceยงfn descriptor(&self) -> String
fn descriptor(&self) -> String
๐Deprecated since 0.3.1: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8
The descriptor of the docker image. Read more
Sourceยงfn wait_until_ready<D: Docker>(&self, container: &Container<'_, D, Self>)
fn wait_until_ready<D: Docker>(&self, container: &Container<'_, D, Self>)
๐Deprecated since 0.3.1: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8
Blocks the current thread until the started container is ready. Read more
Sourceยงfn args(&self) -> <Self as Image>::Args
fn args(&self) -> <Self as Image>::Args
๐Deprecated since 0.3.1: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8
Returns the arguments this instance was created with.
Auto Trait Implementationsยง
impl Freeze for Redis
impl RefUnwindSafe for Redis
impl Send for Redis
impl Sync for Redis
impl Unpin for Redis
impl UnwindSafe for Redis
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