pub struct GetResponseBodyForInterceptionBuilder { /* private fields */ }Expand description
Builder for GetResponseBodyForInterception.
Implementations§
Source§impl GetResponseBodyForInterceptionBuilder
impl GetResponseBodyForInterceptionBuilder
Sourcepub fn interception_id<VALUE: Into<InterceptionId>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn interception_id<VALUE: Into<InterceptionId>>( &mut self, value: VALUE, ) -> &mut Self
Identifier for the intercepted request to get body for.
Sourcepub fn build(
&self,
) -> Result<GetResponseBodyForInterception, GetResponseBodyForInterceptionBuilderError>
pub fn build( &self, ) -> Result<GetResponseBodyForInterception, GetResponseBodyForInterceptionBuilderError>
Trait Implementations§
Source§impl Clone for GetResponseBodyForInterceptionBuilder
impl Clone for GetResponseBodyForInterceptionBuilder
Source§fn clone(&self) -> GetResponseBodyForInterceptionBuilder
fn clone(&self) -> GetResponseBodyForInterceptionBuilder
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 GetResponseBodyForInterceptionBuilder
impl RefUnwindSafe for GetResponseBodyForInterceptionBuilder
impl Send for GetResponseBodyForInterceptionBuilder
impl Sync for GetResponseBodyForInterceptionBuilder
impl Unpin for GetResponseBodyForInterceptionBuilder
impl UnsafeUnpin for GetResponseBodyForInterceptionBuilder
impl UnwindSafe for GetResponseBodyForInterceptionBuilder
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