pub struct AddCustomFieldBody {
pub tasklist_guid: String,
}Expand description
将自定义字段加入资源请求体
Fields§
§tasklist_guid: String任务清单 GUID
Trait Implementations§
Source§impl Clone for AddCustomFieldBody
impl Clone for AddCustomFieldBody
Source§fn clone(&self) -> AddCustomFieldBody
fn clone(&self) -> AddCustomFieldBody
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 AddCustomFieldBody
impl Debug for AddCustomFieldBody
Source§impl Default for AddCustomFieldBody
impl Default for AddCustomFieldBody
Source§fn default() -> AddCustomFieldBody
fn default() -> AddCustomFieldBody
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AddCustomFieldBody
impl RefUnwindSafe for AddCustomFieldBody
impl Send for AddCustomFieldBody
impl Sync for AddCustomFieldBody
impl Unpin for AddCustomFieldBody
impl UnsafeUnpin for AddCustomFieldBody
impl UnwindSafe for AddCustomFieldBody
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