pub struct ElasticMQ { /* 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 ElasticMQ
impl Image for ElasticMQ
Sourceยงtype Args = ElasticMQArgs
type Args = ElasticMQArgs
๐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 ElasticMQ
impl RefUnwindSafe for ElasticMQ
impl Send for ElasticMQ
impl Sync for ElasticMQ
impl Unpin for ElasticMQ
impl UnwindSafe for ElasticMQ
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