Enum azure_sdk_rust::azure::core::HTTPMethod [] [src]

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

Variants

Trait Implementations

impl Debug for HTTPMethod
[src]

Formats the value using the given formatter.

impl Copy for HTTPMethod
[src]

impl Clone for HTTPMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more