pub struct HttpRequestParams<'a> {
pub url: &'a str,
pub method: &'static str,
pub req_id: u32,
}
Fields§
§url: &'a str
§method: &'static str
§req_id: u32
Trait Implementations§
Source§impl<'a> Debug for HttpRequestParams<'a>
impl<'a> Debug for HttpRequestParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for HttpRequestParams<'a>
impl<'a> RefUnwindSafe for HttpRequestParams<'a>
impl<'a> Send for HttpRequestParams<'a>
impl<'a> Sync for HttpRequestParams<'a>
impl<'a> Unpin for HttpRequestParams<'a>
impl<'a> UnwindSafe for HttpRequestParams<'a>
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