Enum open_protocol::types::IncidentType [] [src]

#[repr(u8)]
pub enum IncidentType { UploadFinish, MissionFinish, WaypointReachPoint, }

Variants

Methods

impl IncidentType
[src]

Trait Implementations

impl Debug for IncidentType
[src]

Formats the value using the given formatter.

impl Copy for IncidentType
[src]

impl Clone for IncidentType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for IncidentType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.