pub struct GetResponseBodyForInterceptionReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetResponseBodyForInterceptionReturnObject.
Implementations§
Source§impl GetResponseBodyForInterceptionReturnObjectBuilder
impl GetResponseBodyForInterceptionReturnObjectBuilder
Sourcepub fn base_64_encoded(&mut self, value: bool) -> &mut Self
pub fn base_64_encoded(&mut self, value: bool) -> &mut Self
True, if content was sent as base64.
Sourcepub fn build(
&self,
) -> Result<GetResponseBodyForInterceptionReturnObject, GetResponseBodyForInterceptionReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetResponseBodyForInterceptionReturnObject, GetResponseBodyForInterceptionReturnObjectBuilderError>
Builds a new GetResponseBodyForInterceptionReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for GetResponseBodyForInterceptionReturnObjectBuilder
impl Clone for GetResponseBodyForInterceptionReturnObjectBuilder
Source§fn clone(&self) -> GetResponseBodyForInterceptionReturnObjectBuilder
fn clone(&self) -> GetResponseBodyForInterceptionReturnObjectBuilder
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 GetResponseBodyForInterceptionReturnObjectBuilder
impl RefUnwindSafe for GetResponseBodyForInterceptionReturnObjectBuilder
impl Send for GetResponseBodyForInterceptionReturnObjectBuilder
impl Sync for GetResponseBodyForInterceptionReturnObjectBuilder
impl Unpin for GetResponseBodyForInterceptionReturnObjectBuilder
impl UnsafeUnpin for GetResponseBodyForInterceptionReturnObjectBuilder
impl UnwindSafe for GetResponseBodyForInterceptionReturnObjectBuilder
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