Enum clog::fmt::ChangelogFormat [] [src]

pub enum ChangelogFormat {
    Json,
    Markdown,
}

Variants

JsonMarkdown

Methods

impl ChangelogFormat
[src]

fn variants() -> Vec<&'static str>

Trait Implementations

impl Debug for ChangelogFormat
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl FromStr for ChangelogFormat
[src]

type Err = String

The associated error which can be returned from parsing.

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more

impl Display for ChangelogFormat
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.