Enum line_messaging_api_rust::events::PostBackParams[][src]

pub enum PostBackParams {
    Date {
        date: String,
    },
    Time {
        time: String,
    },
    Datetime {
        datetime: String,
    },
}

Variants

Fields of Date

Fields of Time

Fields of Datetime

Trait Implementations

impl Clone for PostBackParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations