Enum check_graphite::assertions::AssertionState[][src]

enum AssertionState {
    Status,
    Points,
    Series,
    Operator,
    Threshold,
    Open,
}

Current state of parsing the assertion

Variants

Status

Deciding if breaking this assertion means we go critical or warning

Points

We’re about to describe an assertion over points

Series

We’re about to describe an assertion over series

Operator

We’re looking for an operator

Threshold

We’re looking for a threshold

Open

Unknown state

Auto Trait Implementations

impl RefUnwindSafe for AssertionState

impl Send for AssertionState

impl Sync for AssertionState

impl Unpin for AssertionState

impl UnwindSafe for AssertionState

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.