Enum espr::ast::Extensibility [−][src]
pub enum Extensibility {
None,
Extensible,
GenericEntity,
}
Expand description
EXTENSIBLE
and GENERIC_ENTITY
keywords for select_type and enumeration_type
Variants
No EXTENSIBLE
EXTENSIBLE
EXTENSIBLE GENERIC_ENTITY
, which is allowed only for SELECT
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Extensibility
impl Send for Extensibility
impl Sync for Extensibility
impl Unpin for Extensibility
impl UnwindSafe for Extensibility
Blanket Implementations
Mutably borrows from an owned value. Read more