pub struct AppTableFieldDescription {
pub disable_sync: bool,
pub text: String,
}Expand description
字段的描述
Fields§
§disable_sync: bool是否禁止同步,如果为true,表示禁止同步该描述内容到表单的问题描述注意: 该字段在列出字段时不生效。只在新增、修改字段时生效。
text: String字段描述内容
Trait Implementations§
source§impl Debug for AppTableFieldDescription
impl Debug for AppTableFieldDescription
source§impl<'de> Deserialize<'de> for AppTableFieldDescription
impl<'de> Deserialize<'de> for AppTableFieldDescription
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 AppTableFieldDescription
impl RefUnwindSafe for AppTableFieldDescription
impl Send for AppTableFieldDescription
impl Sync for AppTableFieldDescription
impl Unpin for AppTableFieldDescription
impl UnwindSafe for AppTableFieldDescription
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