Enum aerospike::Priority [] [src]

pub enum Priority {
    Default,
    Low,
    Medium,
    High,
}

Priority of operations on database server.

Variants

Default determines that the server defines the priority.

Low determines that the server should run the operation in a background thread.

Medium determines that the server should run the operation at medium priority.

High determines that the server should run the operation at the highest priority.

Trait Implementations

impl Debug for Priority
[src]

[src]

Formats the value using the given formatter.

impl Clone for Priority
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Priority
[src]

[src]

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