pub struct InvalidHttpMethod;Expand description
Error type for invalid HTTP methods
Trait Implementationsยง
Sourceยงimpl Clone for InvalidHttpMethod
impl Clone for InvalidHttpMethod
Sourceยงfn clone(&self) -> InvalidHttpMethod
fn clone(&self) -> InvalidHttpMethod
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Debug for InvalidHttpMethod
impl Debug for InvalidHttpMethod
Sourceยงimpl Display for InvalidHttpMethod
impl Display for InvalidHttpMethod
Sourceยงimpl PartialEq for InvalidHttpMethod
impl PartialEq for InvalidHttpMethod
impl Copy for InvalidHttpMethod
impl StructuralPartialEq for InvalidHttpMethod
Auto Trait Implementationsยง
impl Freeze for InvalidHttpMethod
impl RefUnwindSafe for InvalidHttpMethod
impl Send for InvalidHttpMethod
impl Sync for InvalidHttpMethod
impl Unpin for InvalidHttpMethod
impl UnwindSafe for InvalidHttpMethod
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more