Enum line_messaging_api_rust::actions::ActionType [−][src]
pub enum ActionType { Message { text: String, }, Uri { uri: String, }, Postback { data: String, display_text: String, text: String, }, Datetimepicker { data: String, mode: String, initial: String, max: String, min: String, }, Empty, }
Variants
Message
Fields of Message
text: String |
Uri
Fields of Uri
uri: String |
Postback
Fields of Postback
data: String | |
display_text: String | |
text: String |
Datetimepicker
Fields of Datetimepicker
data: String | |
mode: String | |
initial: String | |
max: String | |
min: String |
Empty
Trait Implementations
impl Clone for ActionType
[src]
impl Clone for ActionType
fn clone(&self) -> ActionType
[src]
fn clone(&self) -> ActionType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for ActionType
impl Send for ActionType
impl Sync for ActionType
impl Sync for ActionType