Struct star_realms_rs::Activity[][src]

pub struct Activity {
Show fields pub acceptedterms: bool, pub avatar: String, pub rankstars: i64, pub ranktotalstars: i64, pub level: i64, pub arenatrophystars: i64, pub hasfreearena: bool, pub pendingrewards: Value, pub queues: Vec<Value>, pub challenges: Vec<Challenge>, pub activegames: Vec<Game>, pub finishedgames: Vec<Game>, pub result: String,
}

Fields

acceptedterms: boolavatar: Stringrankstars: i64ranktotalstars: i64level: i64arenatrophystars: i64hasfreearena: boolpendingrewards: Valuequeues: Vec<Value>challenges: Vec<Challenge>activegames: Vec<Game>finishedgames: Vec<Game>result: String

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. 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.