Enum ruststep::ap201::explicit_draughting::UnitHolder [−][src]
pub enum UnitHolder {
NamedUnit(NamedUnitAnyHolder),
}
Variants
NamedUnit(NamedUnitAnyHolder)
Tuple Fields of NamedUnit
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 = UnitHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for UnitHolder
impl Send for UnitHolder
impl Sync for UnitHolder
impl Unpin for UnitHolder
impl UnwindSafe for UnitHolder
Blanket Implementations
Mutably borrows from an owned value. Read more