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