Struct ruststep::ap203::config_control_design::ApprovalHolder [−][src]
pub struct ApprovalHolder {
pub status: PlaceHolder<ApprovalStatusHolder>,
pub level: PlaceHolder<LabelHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
status: PlaceHolder<ApprovalStatusHolder>
level: PlaceHolder<LabelHolder>
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 = ApprovalHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ApprovalHolder
impl Send for ApprovalHolder
impl Sync for ApprovalHolder
impl Unpin for ApprovalHolder
impl UnwindSafe for ApprovalHolder
Blanket Implementations
Mutably borrows from an owned value. Read more