Struct ruststep::ap203::config_control_design::ItemDefinedTransformation [−][src]
pub struct ItemDefinedTransformation {
pub name: Label,
pub description: Text,
pub transform_item_1: RepresentationItemAny,
pub transform_item_2: RepresentationItemAny,
}
Fields
name: Label
description: Text
transform_item_1: RepresentationItemAny
transform_item_2: RepresentationItemAny
Implementations
pub fn new(
name: Label,
description: Text,
transform_item_1: RepresentationItemAny,
transform_item_2: RepresentationItemAny
) -> Self
pub fn new(
name: Label,
description: Text,
transform_item_1: RepresentationItemAny,
transform_item_2: RepresentationItemAny
) -> Self
Constructs a new ItemDefinedTransformation
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ItemDefinedTransformation
impl Send for ItemDefinedTransformation
impl Sync for ItemDefinedTransformation
impl Unpin for ItemDefinedTransformation
impl UnwindSafe for ItemDefinedTransformation
Blanket Implementations
Mutably borrows from an owned value. Read more