MCPcopy Create free account
hub / github.com/emwalker/digraph / AlertType

Enum AlertType

backend/src/graphql/alert.rs:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5#[derive(Clone, Copy, Debug, Enum, PartialEq, Eq)]
6pub enum AlertType {
7 Success,
8 Warn,
9 Error,
10}
11
12impl std::fmt::Display for AlertType {
13 fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected