Skip to main content

StatusOptionsMode

Type Alias StatusOptionsMode 

Source
pub type StatusOptionsMode = SetupMode;
Expand description

The name SetupMode had when Status was the one field set up, kept so a caller written against it goes on compiling.

Aliased Type§

pub enum StatusOptionsMode {
    Plan,
    Apply,
}

Variants§

§

Plan

Read without mutation.

§

Apply

Apply and verify.