pub struct MitmProxy<H: InterceptHandler> { /* private fields */ }Expand description
The intercepting proxy instance, ready to run or start as a background task.
Constructed via MitmProxyBuilder.
Implementations§
Source§impl<H: InterceptHandler> MitmProxy<H>
impl<H: InterceptHandler> MitmProxy<H>
Auto Trait Implementations§
impl<H> Freeze for MitmProxy<H>
impl<H> RefUnwindSafe for MitmProxy<H>where
H: RefUnwindSafe,
impl<H> Send for MitmProxy<H>
impl<H> Sync for MitmProxy<H>
impl<H> Unpin for MitmProxy<H>
impl<H> UnsafeUnpin for MitmProxy<H>
impl<H> UnwindSafe for MitmProxy<H>where
H: RefUnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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