Struct typescript_type_def::type_expr::DefinedTypeInfo [−][src]
Expand description
Type information describing a “defined” TypeScript type.
Defined types need to have a type definition emitted in the TypeScript module. They are referenced using their name.
Fields
docs: Option<Docs>
The documentation for this type definition.
name: TypeName
The name of this type.
def: TypeExpr
The definition of this type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DefinedTypeInfo
impl Send for DefinedTypeInfo
impl Sync for DefinedTypeInfo
impl Unpin for DefinedTypeInfo
impl UnwindSafe for DefinedTypeInfo
Blanket Implementations
Mutably borrows from an owned value. Read more