[][src]Enum sc2_proto::data::AbilityData_Target

pub enum AbilityData_Target {
    None,
    Point,
    Unit,
    PointOrUnit,
    PointOrNone,
}

Variants

Trait Implementations

impl Default for AbilityData_Target
[src]

impl PartialEq<AbilityData_Target> for AbilityData_Target
[src]

This method tests for !=.

impl Clone for AbilityData_Target
[src]

Performs copy-assignment from source. Read more

impl Copy for AbilityData_Target
[src]

impl Eq for AbilityData_Target
[src]

impl Debug for AbilityData_Target
[src]

impl Hash for AbilityData_Target
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl ProtobufEnum for AbilityData_Target
[src]

Get enum value descriptor.

Get enum descriptor.

impl ProtobufValue for AbilityData_Target
[src]

Auto Trait Implementations

impl Send for AbilityData_Target

impl Sync for AbilityData_Target

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]