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