Struct ruststep::ap203::config_control_design::ActionHolder [−][src]
pub struct ActionHolder {
pub name: PlaceHolder<LabelHolder>,
pub description: PlaceHolder<TextHolder>,
pub chosen_method: PlaceHolder<ActionMethodHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
name: PlaceHolder<LabelHolder>
description: PlaceHolder<TextHolder>
chosen_method: PlaceHolder<ActionMethodHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ActionHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ActionHolder
impl Send for ActionHolder
impl Sync for ActionHolder
impl Unpin for ActionHolder
impl UnwindSafe for ActionHolder
Blanket Implementations
Mutably borrows from an owned value. Read more