Struct git_cliff_core::release::Releases
source · [−]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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more