pub enum DockerOptions {
List(DockerListCliArgs),
Get(DockerImageCliArgs),
}
Variants§
List(DockerListCliArgs)
Get(DockerImageCliArgs)
Trait Implementations§
Source§impl From<DockerCommand> for DockerOptions
impl From<DockerCommand> for DockerOptions
Source§fn from(options: DockerCommand) -> Self
fn from(options: DockerCommand) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DockerOptions
impl RefUnwindSafe for DockerOptions
impl Send for DockerOptions
impl Sync for DockerOptions
impl Unpin for DockerOptions
impl UnwindSafe for DockerOptions
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