Enum line_messaging_api_rust::events::BeaconEventType[][src]

pub enum BeaconEventType {
    Enter,
    Leave,
    Banner,
}

Variants

Trait Implementations

impl Clone for BeaconEventType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations