pub enum HttpType {
Request,
Response,
}
Expand description
Defines if data belongs to a request or response
Variants§
Auto Trait Implementations§
impl Freeze for HttpType
impl RefUnwindSafe for HttpType
impl Send for HttpType
impl Sync for HttpType
impl Unpin for HttpType
impl UnwindSafe for HttpType
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