Struct dce_hyper::request::HttpMethodSet
source · pub struct HttpMethodSet(/* private fields */);Trait Implementations§
source§impl Debug for HttpMethodSet
impl Debug for HttpMethodSet
Auto Trait Implementations§
impl RefUnwindSafe for HttpMethodSet
impl Send for HttpMethodSet
impl Sync for HttpMethodSet
impl Unpin for HttpMethodSet
impl UnwindSafe for HttpMethodSet
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