Struct elasticsearch::RenderSearchTemplate [−][src]
pub struct RenderSearchTemplate<'a, 'b, B> { /* fields omitted */ }Expand description
Builder for the Render Search Template API
Allows to use the Mustache language to pre-render a search definition.
Implementations
Creates a new instance of RenderSearchTemplate with the specified API parts
The body for the API call
Include the stack trace of returned errors.
A comma-separated list of filters used to reduce the response.
Adds a HTTP header
Sets a request timeout for this API call.
The timeout is applied from when the request starts connecting until the response body has finished.
The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
Trait Implementations
Auto Trait Implementations
impl<'a, 'b, B> !RefUnwindSafe for RenderSearchTemplate<'a, 'b, B>
impl<'a, 'b, B> Send for RenderSearchTemplate<'a, 'b, B> where
B: Send,
impl<'a, 'b, B> Sync for RenderSearchTemplate<'a, 'b, B> where
B: Sync,
impl<'a, 'b, B> Unpin for RenderSearchTemplate<'a, 'b, B> where
B: Unpin,
impl<'a, 'b, B> !UnwindSafe for RenderSearchTemplate<'a, 'b, B>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more