Enum docomo_api::chat_dialogue::Bloodtype [] [src]

pub enum Bloodtype {
    A,
    B,
    AB,
    O,
}

Variants

Trait Implementations

impl Copy for Bloodtype
[src]

impl Clone for Bloodtype
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Bloodtype
[src]

Formats the value using the given formatter.