pub struct AddCustomFieldRequest { /* private fields */ }Expand description
将自定义字段加入资源请求
Implementations§
Source§impl AddCustomFieldRequest
impl AddCustomFieldRequest
Sourcepub fn tasklist_guid(self, tasklist_guid: impl Into<String>) -> Self
pub fn tasklist_guid(self, tasklist_guid: impl Into<String>) -> Self
设置任务清单 GUID
Sourcepub async fn execute(self) -> SDKResult<AddCustomFieldResponse>
pub async fn execute(self) -> SDKResult<AddCustomFieldResponse>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<AddCustomFieldResponse>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<AddCustomFieldResponse>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for AddCustomFieldRequest
impl Clone for AddCustomFieldRequest
Source§fn clone(&self) -> AddCustomFieldRequest
fn clone(&self) -> AddCustomFieldRequest
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 moreAuto Trait Implementations§
impl Freeze for AddCustomFieldRequest
impl !RefUnwindSafe for AddCustomFieldRequest
impl Send for AddCustomFieldRequest
impl Sync for AddCustomFieldRequest
impl Unpin for AddCustomFieldRequest
impl UnsafeUnpin for AddCustomFieldRequest
impl !UnwindSafe for AddCustomFieldRequest
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