pub struct RemoveCustomFieldRequest { /* private fields */ }Expand description
将自定义字段移出资源请求
Implementations§
Source§impl RemoveCustomFieldRequest
impl RemoveCustomFieldRequest
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<RemoveCustomFieldResponse>
pub async fn execute(self) -> SDKResult<RemoveCustomFieldResponse>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<RemoveCustomFieldResponse>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<RemoveCustomFieldResponse>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for RemoveCustomFieldRequest
impl Clone for RemoveCustomFieldRequest
Source§fn clone(&self) -> RemoveCustomFieldRequest
fn clone(&self) -> RemoveCustomFieldRequest
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 RemoveCustomFieldRequest
impl !RefUnwindSafe for RemoveCustomFieldRequest
impl Send for RemoveCustomFieldRequest
impl Sync for RemoveCustomFieldRequest
impl Unpin for RemoveCustomFieldRequest
impl UnsafeUnpin for RemoveCustomFieldRequest
impl !UnwindSafe for RemoveCustomFieldRequest
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