pub struct SetupDockerOutput {
pub messages: Vec<String>,
}Fields§
§messages: Vec<String>Auto Trait Implementations§
impl Freeze for SetupDockerOutput
impl RefUnwindSafe for SetupDockerOutput
impl Send for SetupDockerOutput
impl Sync for SetupDockerOutput
impl Unpin for SetupDockerOutput
impl UnsafeUnpin for SetupDockerOutput
impl UnwindSafe for SetupDockerOutput
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