pub struct CreateCustomFieldBody {
pub name: String,
pub config: CustomFieldConfig,
}Expand description
创建自定义字段请求体
Fields§
§name: String字段名称
config: CustomFieldConfig字段配置
Trait Implementations§
Source§impl Clone for CreateCustomFieldBody
impl Clone for CreateCustomFieldBody
Source§fn clone(&self) -> CreateCustomFieldBody
fn clone(&self) -> CreateCustomFieldBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateCustomFieldBody
impl Debug for CreateCustomFieldBody
Source§impl Default for CreateCustomFieldBody
impl Default for CreateCustomFieldBody
Source§fn default() -> CreateCustomFieldBody
fn default() -> CreateCustomFieldBody
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateCustomFieldBody
impl RefUnwindSafe for CreateCustomFieldBody
impl Send for CreateCustomFieldBody
impl Sync for CreateCustomFieldBody
impl Unpin for CreateCustomFieldBody
impl UnsafeUnpin for CreateCustomFieldBody
impl UnwindSafe for CreateCustomFieldBody
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