[−][src]Struct extrahop::activitymap::query::Query
Envelope for an ad-hoc activity map query.
Construction
If constructed with struct literal syntax, Query::default() must
be used to ensure source compatibility with future library updates.
Fields
from: QueryTimeThe absolute or relative timestamp at which the query should start.
until: QueryTimeThe absolute or relative timestmap at which the query should end. If not set, defaults to the current packet time of the appliance.
walks: Vec<Walk>The traversals that should be performed across the topology. Results from all walks will be merged into a single set of edges in the response.
weighting: WeightingThe set of metrics should drive the weight of an edge.
edge_annotations: Vec<EdgeAnnotation>The additional data to return for each edge.
Trait Implementations
impl Builder for Query[src]
impl Clone for Query[src]
fn clone(&self) -> Query[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Default for Query[src]
impl From<Walk> for Query[src]
impl Index<Appearance> for Query[src]
Find a step configuration for an rsp::Appearance from the edge list in
a query response.
type Output = Step
The returned type after indexing.
fn index(&self, idx: Appearance) -> &Self::Output[src]
impl Debug for Query[src]
impl Serialize for Query[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for Query where
Query: Default, [src]
Query: Default,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,