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