Enum ruma_api::Method
[−]
[src]
pub enum Method {
Delete,
Get,
Post,
Put,
}HTTP request methods used in Matrix APIs.
Variants
DeleteDELETE
GetGET
PostPOST
PutPUT
Trait Implementations
impl Clone for Method[src]
fn clone(&self) -> Method
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more