Enum ekvsb::task::Method[][src]

pub enum Method {
    Put,
    Get,
    Delete,
}

Variants

Trait Implementations

impl Debug for Method
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Method

impl Sync for Method