Enum tabin_plugins::Status [−][src]
pub enum Status { Unknown, Ok, Warning, Critical, }
Represent the nagios-ish error status of a script.
Variants
Unexpected result
Everything is fine
Something is weird, but don’t necessary call anybody
OMG CALL SOMEONE I DON’T CARE WHAT TIME IT IS
Implementations
impl Status
[src][−]
pub fn exit(&self) -> !
[src][−]
Exit with a return code that indicates the state of the system
pub fn str_values() -> [&'static str; 4]
[src][−]
The legal values for from_str
Trait Implementations
impl Clone for Status
[src][+]
impl Copy for Status
[src]
impl Debug for Status
[src][+]
impl<'de> Deserialize<'de> for Status
[src][+]
impl Display for Status
[src][+]
impl Eq for Status
[src]
impl FromStr for Status
[src][+]
impl Ord for Status
[src][+]
impl PartialEq<Status> for Status
[src][+]
impl PartialOrd<Status> for Status
[src][+]
impl StructuralEq for Status
[src]
impl StructuralPartialEq for Status
[src]
Auto Trait Implementations
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnwindSafe for Status
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
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][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,