Enum xswag_syntax_java::ast::item::TypeDef
[−]
[src]
pub enum TypeDef {
NormalClass(Class),
NormalInterface(Interface),
}Represents a Java type
Variants
NormalClass(Class)A Java class, defined with class
NormalInterface(Interface)A Java interface, defined with interface
Trait Implementations
impl Debug for TypeDef[src]
impl Clone for TypeDef[src]
fn clone(&self) -> TypeDef
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more