pub struct BootstrapReport {
pub ok: bool,
pub receipt_json: String,
}Expand description
Result of a bootstrap run (for the receipt + exit code).
Fields§
§ok: bool§receipt_json: StringAuto Trait Implementations§
impl Freeze for BootstrapReport
impl RefUnwindSafe for BootstrapReport
impl Send for BootstrapReport
impl Sync for BootstrapReport
impl Unpin for BootstrapReport
impl UnsafeUnpin for BootstrapReport
impl UnwindSafe for BootstrapReport
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