pub struct HttpInfo {
pub url: String,
pub status_code: String,
pub method: String,
}
Fields§
§url: String
§status_code: String
§method: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpInfo
impl RefUnwindSafe for HttpInfo
impl Send for HttpInfo
impl Sync for HttpInfo
impl Unpin for HttpInfo
impl UnwindSafe for HttpInfo
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