pub enum ChangelogMode {
Curated,
Automated,
Fragment,
}Expand description
How the changelog is produced (SCHEMA.md §1).
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ChangelogMode
impl Clone for ChangelogMode
Source§fn clone(&self) -> ChangelogMode
fn clone(&self) -> ChangelogMode
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 ChangelogMode
Source§impl Debug for ChangelogMode
impl Debug for ChangelogMode
impl Eq for ChangelogMode
Source§impl Hash for ChangelogMode
impl Hash for ChangelogMode
Source§impl PartialEq for ChangelogMode
impl PartialEq for ChangelogMode
Source§impl Serialize for ChangelogMode
impl Serialize for ChangelogMode
impl StructuralPartialEq for ChangelogMode
Auto Trait Implementations§
impl Freeze for ChangelogMode
impl RefUnwindSafe for ChangelogMode
impl Send for ChangelogMode
impl Sync for ChangelogMode
impl Unpin for ChangelogMode
impl UnsafeUnpin for ChangelogMode
impl UnwindSafe for ChangelogMode
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.