pub struct GetResponseBodyReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetResponseBodyReturnObject.
Implementations§
Source§impl GetResponseBodyReturnObjectBuilder
impl GetResponseBodyReturnObjectBuilder
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<GetResponseBodyReturnObject, GetResponseBodyReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetResponseBodyReturnObject, GetResponseBodyReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetResponseBodyReturnObjectBuilder
impl Clone for GetResponseBodyReturnObjectBuilder
Source§fn clone(&self) -> GetResponseBodyReturnObjectBuilder
fn clone(&self) -> GetResponseBodyReturnObjectBuilder
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 GetResponseBodyReturnObjectBuilder
impl RefUnwindSafe for GetResponseBodyReturnObjectBuilder
impl Send for GetResponseBodyReturnObjectBuilder
impl Sync for GetResponseBodyReturnObjectBuilder
impl Unpin for GetResponseBodyReturnObjectBuilder
impl UnsafeUnpin for GetResponseBodyReturnObjectBuilder
impl UnwindSafe for GetResponseBodyReturnObjectBuilder
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