Enum telegram_bot::types::ParseMode[][src]

pub enum ParseMode {
    Markdown,
    Html,
}

Strongly typed ParseMode. Instead of passing a String to the send_message method, this is used.

Variants

Trait Implementations

impl Debug for ParseMode
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ParseMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for ParseMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ParseMode
[src]

impl Display for ParseMode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParseMode

impl Sync for ParseMode