Enum kinto_http::paths::Paths [] [src]

pub enum Paths<'a> {
    Batch(),
    Buckets(),
    Bucket(&'a str),
    Groups(&'a str),
    Group(&'a str, &'a str),
    Collections(&'a str),
    Collection(&'a str, &'a str),
    Records(&'a str, &'a str),
    Record(&'a str, &'a str, &'a str),
}

Known paths in the kinto server.

Variants

Trait Implementations

impl<'a> Into<String> for Paths<'a>
[src]

Performs the conversion.