pub struct ControlOption {
pub display_name: String,
pub name: String,
pub ui_type: UITypes,
pub default_value: String,
pub acceptable_option_types: Vec<String>,
}Fields§
§display_name: String§name: String§ui_type: UITypes§default_value: String§acceptable_option_types: Vec<String>Auto Trait Implementations§
impl Freeze for ControlOption
impl RefUnwindSafe for ControlOption
impl Send for ControlOption
impl Sync for ControlOption
impl Unpin for ControlOption
impl UnwindSafe for ControlOption
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