Enum line_messaging_api_rust::events::BeaconEventType [−][src]
pub enum BeaconEventType { Enter, Leave, Banner, }
Variants
Enter
Leave
Banner
Trait Implementations
impl Clone for BeaconEventType
[src]
impl Clone for BeaconEventType
fn clone(&self) -> BeaconEventType
[src]
fn clone(&self) -> BeaconEventType
Returns 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 BeaconEventType
impl Send for BeaconEventType
impl Sync for BeaconEventType
impl Sync for BeaconEventType