Struct git_cliff_core::release::Releases
source · pub struct Releases<'a>(pub &'a Vec<Release<'a>>);
Expand description
Representation of a list of releases.
Tuple Fields§
§0: &'a Vec<Release<'a>>
Implementations§
Auto Trait Implementations§
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