Struct gitcc_changelog::Changelog
source · pub struct Changelog {
pub releases: Vec<Release>,
}
Expand description
Changelog
The generic T
is the “form” of the commit
Fields§
§releases: Vec<Release>
Releases (latest first)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Changelog
impl Send for Changelog
impl Sync for Changelog
impl Unpin for Changelog
impl UnwindSafe for Changelog
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