Struct ruststep::ap203::config_control_design::Action [−][src]
pub struct Action {
pub name: Label,
pub description: Text,
pub chosen_method: ActionMethod,
}
Fields
name: Label
description: Text
chosen_method: ActionMethod
Implementations
Constructs a new Action
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Action
impl UnwindSafe for Action
Blanket Implementations
Mutably borrows from an owned value. Read more