pub struct AddTasklistMembersRequest { /* private fields */ }Expand description
添加清单成员请求
Implementations§
Source§impl AddTasklistMembersRequest
impl AddTasklistMembersRequest
Sourcepub fn add_member(self, member: impl Into<String>) -> Self
pub fn add_member(self, member: impl Into<String>) -> Self
添加单个成员
Sourcepub async fn execute(self) -> SDKResult<AddTasklistMembersResponse>
pub async fn execute(self) -> SDKResult<AddTasklistMembersResponse>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<AddTasklistMembersResponse>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<AddTasklistMembersResponse>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for AddTasklistMembersRequest
impl Clone for AddTasklistMembersRequest
Source§fn clone(&self) -> AddTasklistMembersRequest
fn clone(&self) -> AddTasklistMembersRequest
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 AddTasklistMembersRequest
impl !RefUnwindSafe for AddTasklistMembersRequest
impl Send for AddTasklistMembersRequest
impl Sync for AddTasklistMembersRequest
impl Unpin for AddTasklistMembersRequest
impl UnsafeUnpin for AddTasklistMembersRequest
impl !UnwindSafe for AddTasklistMembersRequest
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