Enum fred::types::SetOptions [] [src]

pub enum SetOptions {
    NX,
    XX,
}

Options for the set command.

https://redis.io/commands/set

Variants

Methods

impl SetOptions
[src]

[src]

Trait Implementations

impl Debug for SetOptions
[src]

[src]

Formats the value using the given formatter.

impl Clone for SetOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for SetOptions
[src]

impl PartialEq for SetOptions
[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 !=.