pub struct Logs {
pub stdout: Box<dyn Read>,
pub stderr: Box<dyn Read>,
}
👎Deprecated since 0.3.1: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8
Expand description
Log streams of running container (stdout & stderr).
Fields§
§stdout: Box<dyn Read>
👎Deprecated since 0.3.1: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8
§stderr: Box<dyn Read>
👎Deprecated since 0.3.1: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Logs
impl !RefUnwindSafe for Logs
impl !Send for Logs
impl !Sync for Logs
impl Unpin for Logs
impl !UnwindSafe for Logs
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