Enum docomo_api::chat_dialogue::Sex
[−]
[src]
pub enum Sex {
Man,
Woman,
}Variants
ManWomanTrait Implementations
impl Copy for Sex[src]
impl Clone for Sex[src]
fn clone(&self) -> Sex
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