pub struct StartOpts {
pub compose_verbose: bool,
pub version: Version,
pub image_dir: PathBuf,
pub local_aux: bool,
pub skip_import: bool,
pub profile_dir: Option<PathBuf>,
}
Expand description
Defines a collection of options to pass to the start
-subcommand handler.
Fields§
§compose_verbose: bool
Whether to enable extra verbosity for Docker Compose.
version: Version
The Brane version to start.
image_dir: PathBuf
The image base directory, which is used to easily switch between using ./target/release
and ./target/debug
.
local_aux: bool
Use local .tars for auxillary images instead of DockerHub ones.
skip_import: bool
Do not import any images if given, but instead assume they are already loaded.
profile_dir: Option<PathBuf>
If given, mounts the given profile directory to examine profiling results conveniently.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StartOpts
impl RefUnwindSafe for StartOpts
impl Send for StartOpts
impl Sync for StartOpts
impl Unpin for StartOpts
impl UnwindSafe for StartOpts
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
source§impl<T> IntoSql for T
impl<T> IntoSql for T
source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self
to an expression for Diesel’s query builder. Read moresource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self
to an expression for Diesel’s query builder. Read more