pub enum ChangelogSource {
IssuectlTrailers,
ConventionalCommits,
Manual,
}Expand description
The changelog’s structured input (SCHEMA.md §1).
Variants§
IssuectlTrailers
Wire value issuectl-trailers.
ConventionalCommits
Wire value conventional-commits.
Manual
Wire value manual.
Implementations§
Trait Implementations§
Source§impl Clone for ChangelogSource
impl Clone for ChangelogSource
Source§fn clone(&self) -> ChangelogSource
fn clone(&self) -> ChangelogSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChangelogSource
Source§impl Debug for ChangelogSource
impl Debug for ChangelogSource
impl Eq for ChangelogSource
Source§impl Hash for ChangelogSource
impl Hash for ChangelogSource
Source§impl PartialEq for ChangelogSource
impl PartialEq for ChangelogSource
Source§impl Serialize for ChangelogSource
impl Serialize for ChangelogSource
impl StructuralPartialEq for ChangelogSource
Auto Trait Implementations§
impl Freeze for ChangelogSource
impl RefUnwindSafe for ChangelogSource
impl Send for ChangelogSource
impl Sync for ChangelogSource
impl Unpin for ChangelogSource
impl UnsafeUnpin for ChangelogSource
impl UnwindSafe for ChangelogSource
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.