pub enum TemplateFormat {
Nygard,
Madr,
}Expand description
Built-in template formats.
Variants§
Nygard
Michael Nygard’s original ADR format.
Madr
Markdown Any Decision Records format (MADR 4.0.0).
Trait Implementations§
Source§impl Clone for TemplateFormat
impl Clone for TemplateFormat
Source§fn clone(&self) -> TemplateFormat
fn clone(&self) -> TemplateFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TemplateFormat
impl Debug for TemplateFormat
Source§impl Default for TemplateFormat
impl Default for TemplateFormat
Source§fn default() -> TemplateFormat
fn default() -> TemplateFormat
Returns the “default value” for a type. Read more
Source§impl Display for TemplateFormat
impl Display for TemplateFormat
Source§impl FromStr for TemplateFormat
impl FromStr for TemplateFormat
Source§impl PartialEq for TemplateFormat
impl PartialEq for TemplateFormat
impl Copy for TemplateFormat
impl Eq for TemplateFormat
impl StructuralPartialEq for TemplateFormat
Auto Trait Implementations§
impl Freeze for TemplateFormat
impl RefUnwindSafe for TemplateFormat
impl Send for TemplateFormat
impl Sync for TemplateFormat
impl Unpin for TemplateFormat
impl UnwindSafe for TemplateFormat
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.