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