Struct butlerd::Responses::Cave[][src]

pub struct Cave {
    pub id: String,
    pub game: Game,
    pub upload: Upload,
}

A Cave holds a Game and associated info

Fields

The game this cave is associated with

Trait Implementations

impl Debug for Cave
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Cave

impl Sync for Cave