Struct ruststep::ap203::config_control_design::EffectivityHolder [−][src]
pub struct EffectivityHolder {
pub id: PlaceHolder<IdentifierHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
id: PlaceHolder<IdentifierHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
Get owned entities as an iterator
type Owned = Effectivity
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = EffectivityHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for EffectivityHolder
impl Send for EffectivityHolder
impl Sync for EffectivityHolder
impl Unpin for EffectivityHolder
impl UnwindSafe for EffectivityHolder
Blanket Implementations
Mutably borrows from an owned value. Read more