pub struct ReleaseReport {
pub copied: Vec<PathBuf>,
pub skipped: Vec<PathBuf>,
}Expand description
Result of a release operation.
Fields§
§copied: Vec<PathBuf>§skipped: Vec<PathBuf>Trait Implementations§
Source§impl Clone for ReleaseReport
impl Clone for ReleaseReport
Source§fn clone(&self) -> ReleaseReport
fn clone(&self) -> ReleaseReport
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 moreAuto Trait Implementations§
impl Freeze for ReleaseReport
impl RefUnwindSafe for ReleaseReport
impl Send for ReleaseReport
impl Sync for ReleaseReport
impl Unpin for ReleaseReport
impl UnsafeUnpin for ReleaseReport
impl UnwindSafe for ReleaseReport
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