pub struct ResponseHeadEntry {
pub status: u16,
pub headers: Vec<(String, String)>,
}Fields§
§status: u16§headers: Vec<(String, String)>Auto Trait Implementations§
impl Freeze for ResponseHeadEntry
impl RefUnwindSafe for ResponseHeadEntry
impl Send for ResponseHeadEntry
impl Sync for ResponseHeadEntry
impl Unpin for ResponseHeadEntry
impl UnsafeUnpin for ResponseHeadEntry
impl UnwindSafe for ResponseHeadEntry
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