Enum docomo_api::chat_dialogue::Type
[−]
[src]
pub enum Type {
Zero,
Sakurako,
Hayate,
}Variants
ZeroSakurakoHayateTrait Implementations
impl Copy for Type[src]
impl Clone for Type[src]
fn clone(&self) -> Type
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