Enum async_mesos::scheduler::Call_Type [] [src]

pub enum Call_Type {
    UNKNOWN,
    SUBSCRIBE,
    TEARDOWN,
    ACCEPT,
    DECLINE,
    ACCEPT_INVERSE_OFFERS,
    DECLINE_INVERSE_OFFERS,
    REVIVE,
    KILL,
    SHUTDOWN,
    ACKNOWLEDGE,
    ACKNOWLEDGE_OPERATION_STATUS,
    RECONCILE,
    RECONCILE_OPERATIONS,
    MESSAGE,
    REQUEST,
    SUPPRESS,
}

Variants

Trait Implementations

impl Clone for Call_Type
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Call_Type
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Call_Type
[src]

impl Debug for Call_Type
[src]

[src]

Formats the value using the given formatter.

impl Hash for Call_Type
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

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

impl ProtobufEnum for Call_Type
[src]

impl Copy for Call_Type
[src]

impl ProtobufValue for Call_Type
[src]

[src]

[src]

[src]

[src]