pub enum Description {
ResetallCompilerDirective(Box<ResetallCompilerDirective>),
ModuleDeclaration(Box<ModuleDeclaration>),
UdpDeclaration(Box<UdpDeclaration>),
InterfaceDeclaration(Box<InterfaceDeclaration>),
InterfaceClassDeclaration(Box<InterfaceClassDeclaration>),
ProgramDeclaration(Box<ProgramDeclaration>),
PackageDeclaration(Box<PackageDeclaration>),
PackageItem(Box<DescriptionPackageItem>),
BindDirective(Box<DescriptionBindDirective>),
ConfigDeclaration(Box<ConfigDeclaration>),
}Variants
ResetallCompilerDirective(Box<ResetallCompilerDirective>)
ModuleDeclaration(Box<ModuleDeclaration>)
UdpDeclaration(Box<UdpDeclaration>)
InterfaceDeclaration(Box<InterfaceDeclaration>)
InterfaceClassDeclaration(Box<InterfaceClassDeclaration>)
ProgramDeclaration(Box<ProgramDeclaration>)
PackageDeclaration(Box<PackageDeclaration>)
PackageItem(Box<DescriptionPackageItem>)
BindDirective(Box<DescriptionBindDirective>)
ConfigDeclaration(Box<ConfigDeclaration>)
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 Description
impl Send for Description
impl Sync for Description
impl Unpin for Description
impl UnwindSafe for Description
Blanket Implementations
Mutably borrows from an owned value. Read more