pub struct PublishOutcome {
pub tool_version: String,
pub commit: String,
pub target: String,
pub tag: String,
pub skipped: bool,
}Fields§
§tool_version: String§commit: String§target: String§tag: String§skipped: boolTrait Implementations§
Source§impl Clone for PublishOutcome
impl Clone for PublishOutcome
Source§fn clone(&self) -> PublishOutcome
fn clone(&self) -> PublishOutcome
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 moreSource§impl Debug for PublishOutcome
impl Debug for PublishOutcome
impl Eq for PublishOutcome
Source§impl PartialEq for PublishOutcome
impl PartialEq for PublishOutcome
impl StructuralPartialEq for PublishOutcome
Auto Trait Implementations§
impl Freeze for PublishOutcome
impl RefUnwindSafe for PublishOutcome
impl Send for PublishOutcome
impl Sync for PublishOutcome
impl Unpin for PublishOutcome
impl UnsafeUnpin for PublishOutcome
impl UnwindSafe for PublishOutcome
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