Enum planus_cli::ast::UnionKey [−][src]
pub enum UnionKey {
Identifier(RawIdentifier),
Type(Type),
}Variants
Identifier(RawIdentifier)
Tuple Fields
Type(Type)
Tuple Fields
0: TypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnionKey
impl UnwindSafe for UnionKey
Blanket Implementations
Mutably borrows from an owned value. Read more
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash,
Compare self to key and return true if they are equal.
