pub struct MitmCapture {
pub items: Vec<CapturedExchange>,
/* private fields */
}Expand description
In-memory + disk-backed capture for one process.
Fields§
§items: Vec<CapturedExchange>Captured exchanges.
Implementations§
Trait Implementations§
Source§impl Debug for MitmCapture
impl Debug for MitmCapture
Source§impl Default for MitmCapture
impl Default for MitmCapture
Source§fn default() -> MitmCapture
fn default() -> MitmCapture
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MitmCapture
impl RefUnwindSafe for MitmCapture
impl Send for MitmCapture
impl Sync for MitmCapture
impl Unpin for MitmCapture
impl UnsafeUnpin for MitmCapture
impl UnwindSafe for MitmCapture
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