pub struct RequestBuilder {
pub validate_structured: bool,
pub fallback_on_failure: bool,
/* private fields */
}Fields§
§validate_structured: boolWhether to perform JSON Schema validation on the response.
fallback_on_failure: boolIf true, fallback to an unstructured response on validation failure.
Implementations§
Auto Trait Implementations§
impl Freeze for RequestBuilder
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