Enum cargo_issue_lib::Mode [−][src]
pub enum Mode {
Pipe,
Emit(Level),
Noop,
}Variants
Checks all tracked issues. More efficient than running the track macros during build time, as it can asynchronously obtain all information.
Emit(Level)Runs checks during build time. Level::Warn corresponds to build warnings, Level::Error
to build errors.
Performs no actions after parsing the attribute.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Modeimpl UnwindSafe for ModeBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more