Enum ruma_api::Method [] [src]

pub enum Method {
    Delete,
    Get,
    Post,
    Put,
}

HTTP request methods used in Matrix APIs.

Variants

DELETE

GET

POST

PUT

Trait Implementations

impl Clone for Method
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Method
[src]

impl Debug for Method
[src]

Formats the value using the given formatter.