pub struct GetResponseBodyForInterception { /* private fields */ }Expand description
Returns content served for the given currently intercepted request. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Source§impl GetResponseBodyForInterception
impl GetResponseBodyForInterception
pub fn new(interception_id: impl Into<InterceptionId>) -> Self
Trait Implementations§
Source§impl Clone for GetResponseBodyForInterception
impl Clone for GetResponseBodyForInterception
Source§fn clone(&self) -> GetResponseBodyForInterception
fn clone(&self) -> GetResponseBodyForInterception
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GetResponseBodyForInterception
impl RefUnwindSafe for GetResponseBodyForInterception
impl Send for GetResponseBodyForInterception
impl Sync for GetResponseBodyForInterception
impl Unpin for GetResponseBodyForInterception
impl UnsafeUnpin for GetResponseBodyForInterception
impl UnwindSafe for GetResponseBodyForInterception
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