Enum docomo_api::chat_dialogue::Bloodtype
[−]
[src]
pub enum Bloodtype {
A,
B,
AB,
O,
}Variants
ABABOTrait Implementations
impl Copy for Bloodtype[src]
impl Clone for Bloodtype[src]
fn clone(&self) -> Bloodtype
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more