Struct gitcc_changelog::Release
source · pub struct Release {
pub version: String,
pub date: OffsetDateTime,
pub url: Option<String>,
pub sections: Vec<Section>,
}
Expand description
Changelog release
Fields§
§version: String
Version (v0.0.1, Unreleased, …)
date: OffsetDateTime
Release date
url: Option<String>
A link to the release
sections: Vec<Section>
Sections
Implementations§
Trait Implementations§
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