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
Auto Trait Implementations§
impl Freeze for ContentChoiceOptions
impl RefUnwindSafe for ContentChoiceOptions
impl Send for ContentChoiceOptions
impl Sync for ContentChoiceOptions
impl Unpin for ContentChoiceOptions
impl UnwindSafe for ContentChoiceOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more