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
MessageFields of Message
text: String |
UriFields of Uri
uri: String |
PostbackFields of Postback
data: String | |
display_text: String | |
text: String |
DatetimepickerFields of Datetimepicker
data: String | |
mode: String | |
initial: String | |
max: String | |
min: String |
Empty
Trait Implementations
impl Clone for ActionType[src]
impl Clone for ActionTypefn clone(&self) -> ActionType[src]
fn clone(&self) -> ActionTypeReturns 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 ActionTypeimpl Sync for ActionType
impl Sync for ActionType