pub struct CheckboxGroupOtherTabAttributesSchema {
pub checkboxes: Option<Vec<CheckboxInCheckboxGroupTabSchema>>,
pub group_name: Option<String>,
pub maximum_allowed: Option<f64>,
pub minimum_required: Option<f64>,
pub validation_rule: Option<String>,
}
Fields§
§checkboxes: Option<Vec<CheckboxInCheckboxGroupTabSchema>>
§group_name: Option<String>
§maximum_allowed: Option<f64>
§minimum_required: Option<f64>
§validation_rule: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CheckboxGroupOtherTabAttributesSchema
impl<'de> Deserialize<'de> for CheckboxGroupOtherTabAttributesSchema
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 CheckboxGroupOtherTabAttributesSchema
impl RefUnwindSafe for CheckboxGroupOtherTabAttributesSchema
impl Send for CheckboxGroupOtherTabAttributesSchema
impl Sync for CheckboxGroupOtherTabAttributesSchema
impl Unpin for CheckboxGroupOtherTabAttributesSchema
impl UnwindSafe for CheckboxGroupOtherTabAttributesSchema
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