Enum open_protocol::types::IncidentType
[−]
[src]
#[repr(u8)]pub enum IncidentType { UploadFinish, MissionFinish, WaypointReachPoint, }
Variants
UploadFinishMissionFinishWaypointReachPointMethods
impl IncidentType[src]
fn new(v: u8) -> Option<IncidentType>
Trait Implementations
impl Debug for IncidentType[src]
impl Copy for IncidentType[src]
impl Clone for IncidentType[src]
fn clone(&self) -> IncidentType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more