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