pub struct GetBuilder<'a> { /* private fields */ }Expand description
A GET request builder.
Implementations§
Source§impl GetBuilder<'_>
impl GetBuilder<'_>
Sourcepub fn decompress(self, decompress: bool) -> Self
pub fn decompress(self, decompress: bool) -> Self
Indicates whether the request should automatically handle decompression of known algorithms, or rather return the payload as it is stored, along with the compression algorithm it is stored in.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for GetBuilder<'a>
impl<'a> !RefUnwindSafe for GetBuilder<'a>
impl<'a> Send for GetBuilder<'a>
impl<'a> Sync for GetBuilder<'a>
impl<'a> Unpin for GetBuilder<'a>
impl<'a> !UnwindSafe for GetBuilder<'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