pub struct BuildResponse {
pub success: bool,
pub stdout: String,
pub stderr: String,
pub command: String,
}Fields§
§success: bool§stdout: String§stderr: String§command: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for BuildResponse
impl RefUnwindSafe for BuildResponse
impl Send for BuildResponse
impl Sync for BuildResponse
impl Unpin for BuildResponse
impl UnsafeUnpin for BuildResponse
impl UnwindSafe for BuildResponse
Blanket Implementations§
impl<T> Allocation for T
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