pub struct Control {Show 19 fields
pub input_disable: bool,
pub root_input_text: String,
pub child_input_text: String,
pub giveup_input_text: String,
pub screenshot_icon_state: i64,
pub upload_picture_icon_state: i64,
pub answer_guide_text: String,
pub answer_guide_icon_url: String,
pub answer_guide_ios_url: String,
pub answer_guide_android_url: String,
pub bg_text: String,
pub empty_page: Option<Value>,
pub show_type: i64,
pub show_text: String,
pub web_selection: bool,
pub disable_jump_emote: bool,
pub enable_charged: bool,
pub enable_cm_biz_helper: bool,
pub preload_resources: Option<Value>,
}Fields§
§input_disable: bool§root_input_text: String§child_input_text: String§giveup_input_text: String§screenshot_icon_state: i64§upload_picture_icon_state: i64§answer_guide_text: String§answer_guide_icon_url: String§answer_guide_ios_url: String§answer_guide_android_url: String§bg_text: String§empty_page: Option<Value>§show_type: i64§show_text: String§web_selection: bool§disable_jump_emote: bool§enable_charged: bool§enable_cm_biz_helper: bool§preload_resources: Option<Value>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Control
impl<'de> Deserialize<'de> for Control
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 Control
impl RefUnwindSafe for Control
impl Send for Control
impl Sync for Control
impl Unpin for Control
impl UnsafeUnpin for Control
impl UnwindSafe for Control
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