Struct boardgamegeek::Thing[][src]

pub struct Thing {
Show fields pub id: i64, pub thing_type: String, pub primary_name: String, pub description: String, pub year_published: i32, pub thumbnail_url: Option<String>, pub image_url: Option<String>, pub minage: i32, pub owners: i32, pub players: Range<i32>, pub playtime: Range<i32>, pub weight: f32, pub rating: f32, pub usersrated: i32, pub trading: i32, pub wanting: i32, pub wishing: i32, pub numcomments: i32, pub numweights: i32, pub links: Vec<Link>,
}

Fields

id: i64thing_type: Stringprimary_name: Stringdescription: Stringyear_published: i32thumbnail_url: Option<String>image_url: Option<String>minage: i32owners: i32players: Range<i32>playtime: Range<i32>weight: f32rating: f32usersrated: i32trading: i32wanting: i32wishing: i32numcomments: i32numweights: i32links: Vec<Link>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.