pub struct CcTaskRequestBuilder { /* private fields */ }Expand description
抄送人工任务 Builder
Implementations§
Source§impl CcTaskRequestBuilder
impl CcTaskRequestBuilder
Sourcepub fn user_ids(
self,
user_ids: impl IntoIterator<Item = impl Into<String>>,
) -> Self
pub fn user_ids( self, user_ids: impl IntoIterator<Item = impl Into<String>>, ) -> Self
添加多个抄送用户 ID
Sourcepub async fn execute(self) -> SDKResult<CcTaskResponse>
pub async fn execute(self) -> SDKResult<CcTaskResponse>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<CcTaskResponse>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<CcTaskResponse>
使用选项执行请求
Trait Implementations§
Source§impl Clone for CcTaskRequestBuilder
impl Clone for CcTaskRequestBuilder
Source§fn clone(&self) -> CcTaskRequestBuilder
fn clone(&self) -> CcTaskRequestBuilder
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 !RefUnwindSafe for CcTaskRequestBuilder
impl !UnwindSafe for CcTaskRequestBuilder
impl Freeze for CcTaskRequestBuilder
impl Send for CcTaskRequestBuilder
impl Sync for CcTaskRequestBuilder
impl Unpin for CcTaskRequestBuilder
impl UnsafeUnpin for CcTaskRequestBuilder
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