Enum line_messaging_api_rust::events::LineEventType[][src]

pub enum LineEventType {
    Unfollow,
    Leave,
}

Variants

Trait Implementations

impl Clone for LineEventType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations