Struct git_cliff_core::release::Releases
source · pub struct Releases<'a> {
pub releases: &'a Vec<Release<'a>>,
}
Expand description
Representation of a list of releases.
Fields§
§releases: &'a Vec<Release<'a>>
Releases.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Releases<'a>
impl<'a> RefUnwindSafe for Releases<'a>
impl<'a> Send for Releases<'a>
impl<'a> Sync for Releases<'a>
impl<'a> Unpin for Releases<'a>
impl<'a> UnwindSafe for Releases<'a>
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