Enum annis::Method[][src]

pub enum Method {
    Post,
    Patch,
    Delete,
}

A type of argument for me_records().

Variants

Auto Trait Implementations

impl Send for Method

impl Sync for Method