pub struct ParamFieldDef {
pub field_type: ParamFieldType,
pub name: String,
pub default_value: Option<f64>,
}
Expand description
The data type definition for a parameter field
Fields§
§field_type: ParamFieldType
§name: String
§default_value: Option<f64>
Trait Implementations§
Source§impl Debug for ParamFieldDef
impl Debug for ParamFieldDef
Auto Trait Implementations§
impl Freeze for ParamFieldDef
impl RefUnwindSafe for ParamFieldDef
impl Send for ParamFieldDef
impl Sync for ParamFieldDef
impl Unpin for ParamFieldDef
impl UnwindSafe for ParamFieldDef
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