Rust struct
C39528
concept
A Rust struct is a custom data type that groups together related named fields into a single, strongly-typed composite value.
All labels observed (1)
| Label | Occurrences |
|---|---|
| Rust struct canonical | 4 |
Description generation (CDg)
The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.
Instruction
generate a one-sentence description for a given conceptual class. # Response Format Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: Rust struct
Generated description
A Rust struct is a custom data type that groups together related named fields into a single, strongly-typed composite value.
Instances (2)
| Instance | Via concept surface |
|---|---|
|
std::time module
surface form:
std::time::Duration
|
— |
|
std::cmp module
surface form:
Reverse
|
— |