Struct testcontainers::core::ExecCommand
source · pub struct ExecCommand {
pub cmd: String,
pub ready_conditions: Vec<WaitFor>,
}
Fields§
§cmd: String
Command to be executed
ready_conditions: Vec<WaitFor>
Conditions to be checked on related container
Trait Implementations§
source§impl Debug for ExecCommand
impl Debug for ExecCommand
source§impl Default for ExecCommand
impl Default for ExecCommand
source§fn default() -> ExecCommand
fn default() -> ExecCommand
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ExecCommand
impl Send for ExecCommand
impl Sync for ExecCommand
impl Unpin for ExecCommand
impl UnwindSafe for ExecCommand
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