pub struct UpdateCustomFieldBody {
pub name: Option<String>,
pub config: Option<CustomFieldConfig>,
}Expand description
更新自定义字段请求体
Fields§
§name: Option<String>字段名称
config: Option<CustomFieldConfig>字段配置
Trait Implementations§
Source§impl Clone for UpdateCustomFieldBody
impl Clone for UpdateCustomFieldBody
Source§fn clone(&self) -> UpdateCustomFieldBody
fn clone(&self) -> UpdateCustomFieldBody
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 UpdateCustomFieldBody
impl Debug for UpdateCustomFieldBody
Source§impl Default for UpdateCustomFieldBody
impl Default for UpdateCustomFieldBody
Source§fn default() -> UpdateCustomFieldBody
fn default() -> UpdateCustomFieldBody
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateCustomFieldBody
impl RefUnwindSafe for UpdateCustomFieldBody
impl Send for UpdateCustomFieldBody
impl Sync for UpdateCustomFieldBody
impl Unpin for UpdateCustomFieldBody
impl UnsafeUnpin for UpdateCustomFieldBody
impl UnwindSafe for UpdateCustomFieldBody
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