Enum binjs_meta::spec::NamedType[][src]

pub enum NamedType {
    Interface(Rc<Interface>),
    Typedef(Rc<Type>),
    StringEnum(Rc<StringEnum>),
}

Variants

Methods

impl NamedType
[src]

Trait Implementations

impl Clone for NamedType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NamedType
[src]

Formats the value using the given formatter. Read more

impl HasInterfaces for NamedType
[src]

Auto Trait Implementations

impl !Send for NamedType

impl !Sync for NamedType