Enum line_messaging_api_rust::events::LineEventType [−][src]
pub enum LineEventType {
Unfollow,
Leave,
}Variants
UnfollowLeave
Trait Implementations
impl Clone for LineEventType[src]
impl Clone for LineEventTypefn clone(&self) -> LineEventType[src]
fn clone(&self) -> LineEventTypeReturns 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 LineEventType
impl Send for LineEventTypeimpl Sync for LineEventType
impl Sync for LineEventType