pub struct Ctx<'a> {
pub method: &'a Method,
pub head_bytes: &'a [u8],
pub head: &'a RequestLine<'a>,
pub date: &'a [u8; 29],
}Fields§
§method: &'a Method§head_bytes: &'a [u8]§head: &'a RequestLine<'a>§date: &'a [u8; 29]Auto Trait Implementations§
impl<'a> Freeze for Ctx<'a>
impl<'a> RefUnwindSafe for Ctx<'a>
impl<'a> Send for Ctx<'a>
impl<'a> Sync for Ctx<'a>
impl<'a> Unpin for Ctx<'a>
impl<'a> UnsafeUnpin for Ctx<'a>
impl<'a> UnwindSafe for Ctx<'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