Struct rune_modules::http::RequestBuilder [−][src]
pub struct RequestBuilder { /* fields omitted */ }Trait Implementations
Hook to install more things into the module.
type Output = *const RequestBuilder
type Output = *const RequestBuilder
The output type from the unsafe coercion.
Convert the given reference using unsafe assumptions to a value. Read more
Coerce the output of an unsafe from value into the final output type. Read more
type Output = *mut RequestBuilder
type Output = *mut RequestBuilder
The output type from the unsafe coercion.
Convert the given reference using unsafe assumptions to a value. Read more
Coerce the output of an unsafe from value into the final output type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for RequestBuilder
impl Send for RequestBuilder
impl Sync for RequestBuilder
impl Unpin for RequestBuilder
impl !UnwindSafe for RequestBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Try to convert to the given type, from the given value.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more