pub struct Dict {}Expand description
字典字段
- field 字段名
- mode 模式 string
- title 字段描述
- length 字段总长度(含小数位)
- default 默认值
- empty 是否可空
- dec 小数位
Fields§
§require: bool§field: String§mode: String§title: String§table: String§fields: String§api: String§def: String§show: bool§describe: String§multiple: bool§multiple_count: i32§example: JsonValueImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dict
impl RefUnwindSafe for Dict
impl Send for Dict
impl Sync for Dict
impl Unpin for Dict
impl UnwindSafe for Dict
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