Enum line_messaging_api_rust::events::PostBackParams [−][src]
pub enum PostBackParams {
Date {
date: String,
},
Time {
time: String,
},
Datetime {
datetime: String,
},
}Variants
DateFields of Date
date: String |
TimeFields of Time
time: String |
DatetimeFields of Datetime
datetime: String |
Trait Implementations
impl Clone for PostBackParams[src]
impl Clone for PostBackParamsfn clone(&self) -> PostBackParams[src]
fn clone(&self) -> PostBackParamsReturns 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 PostBackParams
impl Send for PostBackParamsimpl Sync for PostBackParams
impl Sync for PostBackParams