Struct humble_cli::prelude::ContentChoiceOptions
source · pub struct ContentChoiceOptions {
pub data: ContentChoiceData,
pub gamekey: Option<String>,
pub is_active_content: bool,
pub title: String,
}Fields§
§data: ContentChoiceData§gamekey: Option<String>§is_active_content: bool§title: StringTrait Implementations§
source§impl Debug for ContentChoiceOptions
impl Debug for ContentChoiceOptions
source§impl<'de> Deserialize<'de> for ContentChoiceOptions
impl<'de> Deserialize<'de> for ContentChoiceOptions
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more