pub struct Image {
pub name: &'static str,
pub log_regex_to_wait_for: &'static str,
pub timeout: Duration,
}Fields§
§name: &'static str§log_regex_to_wait_for: &'static str§timeout: DurationAuto Trait Implementations§
impl Freeze for Image
impl RefUnwindSafe for Image
impl Send for Image
impl Sync for Image
impl Unpin for Image
impl UnwindSafe for Image
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