pub struct TakeResponseBodyForInterceptionAsStreamParamsBuilder { /* private fields */ }
Implementations§
Source§impl TakeResponseBodyForInterceptionAsStreamParamsBuilder
impl TakeResponseBodyForInterceptionAsStreamParamsBuilder
pub fn interception_id( self, interception_id: impl Into<InterceptionId>, ) -> TakeResponseBodyForInterceptionAsStreamParamsBuilder
pub fn build( self, ) -> Result<TakeResponseBodyForInterceptionAsStreamParams, String>
Trait Implementations§
Source§impl Clone for TakeResponseBodyForInterceptionAsStreamParamsBuilder
impl Clone for TakeResponseBodyForInterceptionAsStreamParamsBuilder
Source§fn clone(&self) -> TakeResponseBodyForInterceptionAsStreamParamsBuilder
fn clone(&self) -> TakeResponseBodyForInterceptionAsStreamParamsBuilder
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 moreSource§impl Default for TakeResponseBodyForInterceptionAsStreamParamsBuilder
impl Default for TakeResponseBodyForInterceptionAsStreamParamsBuilder
Source§fn default() -> TakeResponseBodyForInterceptionAsStreamParamsBuilder
fn default() -> TakeResponseBodyForInterceptionAsStreamParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TakeResponseBodyForInterceptionAsStreamParamsBuilder
impl RefUnwindSafe for TakeResponseBodyForInterceptionAsStreamParamsBuilder
impl Send for TakeResponseBodyForInterceptionAsStreamParamsBuilder
impl Sync for TakeResponseBodyForInterceptionAsStreamParamsBuilder
impl Unpin for TakeResponseBodyForInterceptionAsStreamParamsBuilder
impl UnwindSafe for TakeResponseBodyForInterceptionAsStreamParamsBuilder
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