pub struct GetResponseBodyParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetResponseBodyParamsBuilder<'a>
impl<'a> GetResponseBodyParamsBuilder<'a>
pub fn build(self) -> GetResponseBodyParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for GetResponseBodyParamsBuilder<'a>
impl<'a> RefUnwindSafe for GetResponseBodyParamsBuilder<'a>
impl<'a> Send for GetResponseBodyParamsBuilder<'a>
impl<'a> Sync for GetResponseBodyParamsBuilder<'a>
impl<'a> Unpin for GetResponseBodyParamsBuilder<'a>
impl<'a> UnsafeUnpin for GetResponseBodyParamsBuilder<'a>
impl<'a> UnwindSafe for GetResponseBodyParamsBuilder<'a>
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