Enum ruststep::ap201::explicit_draughting::PresentedItemAny [−][src]
pub enum PresentedItemAny {
PresentedItem(Box<PresentedItem>),
DraughtingPresentedItem(Box<DraughtingPresentedItem>),
}
Variants
PresentedItem(Box<PresentedItem>)
Tuple Fields of PresentedItem
0: Box<PresentedItem>
DraughtingPresentedItem(Box<DraughtingPresentedItem>)
Tuple Fields of DraughtingPresentedItem
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 PresentedItemAny
impl Send for PresentedItemAny
impl Sync for PresentedItemAny
impl Unpin for PresentedItemAny
impl UnwindSafe for PresentedItemAny
Blanket Implementations
Mutably borrows from an owned value. Read more