Enum line_messaging_api_rust::events::ReplyableEventType [−][src]
pub enum ReplyableEventType {
Message {
message: LineMessage,
},
Postback {
postback: Value,
},
Beacon {
beacon: Beacon,
},
AccountLink {
link: Link,
},
Follow,
Join,
}Variants
MessageFields of Message
message: LineMessage |
PostbackFields of Postback
postback: Value |
BeaconFields of Beacon
beacon: Beacon |
AccountLinkFields of AccountLink
link: Link |
FollowJoin
Trait Implementations
impl Clone for ReplyableEventType[src]
impl Clone for ReplyableEventTypefn clone(&self) -> ReplyableEventType[src]
fn clone(&self) -> ReplyableEventTypeReturns 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 ReplyableEventType
impl Send for ReplyableEventTypeimpl Sync for ReplyableEventType
impl Sync for ReplyableEventType