Struct typescript_type_def::type_expr::Object [−][src]
pub struct Object { pub docs: Option<Docs>, pub fields: List<ObjectField>, }
Expand description
A TypeScript object type.
Fields
docs: Option<Docs>
The documentation for this object.
fields: List<ObjectField>
The fields of this object.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Object
impl UnwindSafe for Object
Blanket Implementations
Mutably borrows from an owned value. Read more