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