[−][src]Enum async_httplib::Method
pub enum Method { Get, Head, Post, Put, Delete, Connect, Options, Trace, Patch, }
Variants
Implementations
impl Method
[src][−]
pub fn is_safe(&self) -> bool
[src][−]
See the spec for more details.
pub fn is_idempotent(&self) -> bool
[src][−]
See the spec for more details.
pub fn is_cacheable(&self) -> bool
[src][−]
See the spec for more details.
pub fn has_body(&self) -> bool
[src]
Trait Implementations
impl Clone for Method
[src][+]
impl Copy for Method
[src]
impl Debug for Method
[src][+]
impl Display for Method
[src][+]
impl Eq for Method
[src]
impl FromStr for Method
[src][+]
impl Hash for Method
[src][+]
impl PartialEq<Method> for Method
[src][+]
impl StructuralEq for Method
[src]
impl StructuralPartialEq for Method
[src]
impl<'a, '_> TryFrom<&'_ [u8]> for Method
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Method
impl Send for Method
impl Sync for Method
impl Unpin for Method
impl UnwindSafe for Method
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,