Struct bungie::destiny2::models::SingleComponentResponseOfDestinyCharacterProgressionComponent[][src]

pub struct SingleComponentResponseOfDestinyCharacterProgressionComponent {
    pub data: DestinyCharacterProgressionComponent,
    pub privacy: ComponentPrivacySetting,
}

Fields

Trait Implementations

impl Debug for SingleComponentResponseOfDestinyCharacterProgressionComponent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations