pub struct BitcoinCore;

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

A type representing the arguments for an Image. Read more

The name of the docker image to pull from the Docker Hub registry.

Implementations are encouraged to include a tag that will not change (i.e. NOT latest) in order to prevent test code from randomly breaking because the underlying docker suddenly changed. Read more

Returns a list of conditions that need to be met before a started container is considered ready. Read more

There are a couple of things regarding the environment variables of images: Read more

There are a couple of things regarding the volumes of images: Read more

Returns the entrypoint this instance was created with.

Returns the ports that needs to be exposed when a container is created. Read more

Returns the commands that needs to be executed after a container is started i.e. commands to be run in a running container. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.