Struct spin_sdk::http::RequestBuilder
source · pub struct RequestBuilder { /* private fields */ }
Expand description
A request builder
Implementations§
Trait Implementations§
source§impl TryIntoOutgoingRequest for RequestBuilder
impl TryIntoOutgoingRequest for RequestBuilder
§type Error = Infallible
type Error = Infallible
The error if the conversion fails
source§fn try_into_outgoing_request(
self
) -> Result<(OutgoingRequest, Option<Vec<u8>>), Self::Error>
fn try_into_outgoing_request( self ) -> Result<(OutgoingRequest, Option<Vec<u8>>), Self::Error>
Turn the type into an
OutgoingRequest
Read moreAuto Trait Implementations§
impl RefUnwindSafe for RequestBuilder
impl Send for RequestBuilder
impl Sync for RequestBuilder
impl Unpin for RequestBuilder
impl UnwindSafe for RequestBuilder
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