Enum splunk::search::searchjob::SearchExecMode
source · pub enum SearchExecMode {
Blocking,
OneShot,
Normal,
}
Expand description
What kind of search mode we’re using
Variants§
Blocking
Wait for the server to finish then respond
OneShot
Stream the responses back straight away
Normal
“Normal” mode.
Trait Implementations§
source§impl Clone for SearchExecMode
impl Clone for SearchExecMode
source§fn clone(&self) -> SearchExecMode
fn clone(&self) -> SearchExecMode
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