pub struct ContainerWithoutEntrypointOpts {
pub keep_default_args: Option<bool>,
}
Fields§
§keep_default_args: Option<bool>
Don’t remove the default arguments when unsetting the entrypoint.
Trait Implementations§
Source§impl PartialEq for ContainerWithoutEntrypointOpts
impl PartialEq for ContainerWithoutEntrypointOpts
Source§fn eq(&self, other: &ContainerWithoutEntrypointOpts) -> bool
fn eq(&self, other: &ContainerWithoutEntrypointOpts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ContainerWithoutEntrypointOpts
Auto Trait Implementations§
impl Freeze for ContainerWithoutEntrypointOpts
impl RefUnwindSafe for ContainerWithoutEntrypointOpts
impl Send for ContainerWithoutEntrypointOpts
impl Sync for ContainerWithoutEntrypointOpts
impl Unpin for ContainerWithoutEntrypointOpts
impl UnwindSafe for ContainerWithoutEntrypointOpts
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