Enum splunk::search::searchjob::SearchOutputMode
source · pub enum SearchOutputMode {
Atom,
Csv,
Json,
JsonCols,
JsonRows,
Raw,
Xml,
}
Expand description
What format the server will respond in
Variants§
Trait Implementations§
source§impl Clone for SearchOutputMode
impl Clone for SearchOutputMode
source§fn clone(&self) -> SearchOutputMode
fn clone(&self) -> SearchOutputMode
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