pub struct ContainerBuildReport {
pub log_tail: String,
}Expand description
What the runtime hands back after executing a ContainerBuildRequest.
Fields§
§log_tail: StringTail of the combined build log (for error surfacing + coverage records).
Trait Implementations§
Source§impl Clone for ContainerBuildReport
impl Clone for ContainerBuildReport
Source§fn clone(&self) -> ContainerBuildReport
fn clone(&self) -> ContainerBuildReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ContainerBuildReport
impl RefUnwindSafe for ContainerBuildReport
impl Send for ContainerBuildReport
impl Sync for ContainerBuildReport
impl Unpin for ContainerBuildReport
impl UnsafeUnpin for ContainerBuildReport
impl UnwindSafe for ContainerBuildReport
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