Struct ruststep::ap203::config_control_design::RepresentationContextHolder [−][src]
pub struct RepresentationContextHolder {
pub context_identifier: PlaceHolder<IdentifierHolder>,
pub context_type: PlaceHolder<TextHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
context_identifier: PlaceHolder<IdentifierHolder>
context_type: PlaceHolder<TextHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<RepresentationContext>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<RepresentationContext>> + 'table>
Get owned entities as an iterator
type Owned = RepresentationContext
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = RepresentationContextHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for RepresentationContextHolder
impl Send for RepresentationContextHolder
impl Sync for RepresentationContextHolder
impl Unpin for RepresentationContextHolder
impl UnwindSafe for RepresentationContextHolder
Blanket Implementations
Mutably borrows from an owned value. Read more