Struct changesets::Release
source · pub struct Release {
pub package_name: PackageName,
pub changes: Vec<PackageChange>,
}
Fields§
§package_name: PackageName
§changes: Vec<PackageChange>
Implementations§
Trait Implementations§
source§impl PartialEq<Release> for Release
impl PartialEq<Release> for Release
impl Eq for Release
impl StructuralEq for Release
impl StructuralPartialEq for Release
Auto Trait Implementations§
impl RefUnwindSafe for Release
impl Send for Release
impl Sync for Release
impl Unpin for Release
impl UnwindSafe for Release
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