pub struct DryRunVersionResult {
pub version: Version,
pub tag_ref: String,
pub outcome: DryRunOutcome,
}Expand description
Result of a dry-run for a single version.
Fields§
§version: VersionThe semantic version that was tested.
tag_ref: StringThe tag ref used for the checkout.
outcome: DryRunOutcomeThe outcome of the dry-run for this version.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DryRunVersionResult
impl RefUnwindSafe for DryRunVersionResult
impl Send for DryRunVersionResult
impl Sync for DryRunVersionResult
impl Unpin for DryRunVersionResult
impl UnsafeUnpin for DryRunVersionResult
impl UnwindSafe for DryRunVersionResult
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