Enum csfml_network_sys::sfHttpMethod
[−]
[src]
#[repr(u32)]pub enum sfHttpMethod { sfHttpGet, sfHttpPost, sfHttpHead, sfHttpPut, sfHttpDelete, }
Variants
sfHttpGetsfHttpPostsfHttpHeadsfHttpPutsfHttpDeleteTrait Implementations
impl Debug for sfHttpMethod[src]
impl Copy for sfHttpMethod[src]
impl Clone for sfHttpMethod[src]
fn clone(&self) -> sfHttpMethod
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
impl PartialEq for sfHttpMethod[src]
fn eq(&self, __arg_0: &sfHttpMethod) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.