Enum azure_sdk_rust::azure::core::HTTPMethod
[−]
[src]
pub enum HTTPMethod {
Get,
Put,
Post,
Delete,
}Variants
GetPutPostDeleteTrait Implementations
impl Debug for HTTPMethod[src]
impl Copy for HTTPMethod[src]
impl Clone for HTTPMethod[src]
fn clone(&self) -> HTTPMethod
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