Enum elasticsearch_dsl::search::queries::params::ScriptSource
source · Expand description
The script itself, which you specify as source
for an inline script or
id
for a stored script. Use the
stored script APIs
to create and manage stored scripts.
Variants§
Trait Implementations§
source§impl Clone for ScriptSource
impl Clone for ScriptSource
source§fn clone(&self) -> ScriptSource
fn clone(&self) -> ScriptSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more