pub type ForumThread = ForumThreadObject<ForumThreadAttributes>;
Aliased Type§
struct ForumThread {
pub type_: RelationshipType,
pub id: u32,
pub attributes: ForumThreadAttributes,
}
Fields§
§type_: RelationshipType
§id: u32
§attributes: ForumThreadAttributes