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