Enum gdnative_network::HTTPClientMethod [−][src]
#[repr(u32)]pub enum HTTPClientMethod { Get, Head, Post, Put, Delete, Options, Trace, Connect, Patch, Max, }
Variants
GetHeadPostPutDeleteOptionsTraceConnectPatchMax
Trait Implementations
impl Copy for HTTPClientMethod[src]
impl Copy for HTTPClientMethodimpl Clone for HTTPClientMethod[src]
impl Clone for HTTPClientMethodfn clone(&self) -> HTTPClientMethod[src]
fn clone(&self) -> HTTPClientMethodReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for HTTPClientMethod[src]
impl Debug for HTTPClientMethodfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for HTTPClientMethod[src]
impl PartialEq for HTTPClientMethodfn eq(&self, other: &HTTPClientMethod) -> bool[src]
fn eq(&self, other: &HTTPClientMethod) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for HTTPClientMethod[src]
impl Eq for HTTPClientMethodimpl Hash for HTTPClientMethod[src]
impl Hash for HTTPClientMethodAuto Trait Implementations
impl Send for HTTPClientMethod
impl Send for HTTPClientMethodimpl Sync for HTTPClientMethod
impl Sync for HTTPClientMethod