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