Enum wamp::InvocationPolicy [] [src]

pub enum InvocationPolicy {
    Single,
    RoundRobin,
    Random,
    First,
    Last,
}

The policies that dictate how invocations are distributed amongst shared registrations

Variants

Trait Implementations

impl Copy for InvocationPolicy
[src]

impl Clone for InvocationPolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InvocationPolicy
[src]

Formats the value using the given formatter.

impl PartialEq for InvocationPolicy
[src]

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

This method tests for !=.

impl Default for InvocationPolicy
[src]

Returns the "default value" for a type. Read more

impl Serialize for InvocationPolicy
[src]

Serializes this value into this serializer.

impl Deserialize for InvocationPolicy
[src]

Deserialize this value given this Deserializer.