pub struct DeleteTaskFollowerRequestV1 { /* private fields */ }Expand description
删除任务关注者请求(v1) 删除任务关注者请求构建器。
Implementations§
Source§impl DeleteTaskFollowerRequestV1
impl DeleteTaskFollowerRequestV1
Sourcepub fn new(
config: Arc<Config>,
task_id: impl Into<String>,
follower_id: impl Into<String>,
) -> Self
pub fn new( config: Arc<Config>, task_id: impl Into<String>, follower_id: impl Into<String>, ) -> Self
创建新的请求构建器。
Sourcepub async fn execute(self) -> SDKResult<DeleteTaskFollowerResponseV1>
pub async fn execute(self) -> SDKResult<DeleteTaskFollowerResponseV1>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<DeleteTaskFollowerResponseV1>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<DeleteTaskFollowerResponseV1>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for DeleteTaskFollowerRequestV1
impl Clone for DeleteTaskFollowerRequestV1
Source§fn clone(&self) -> DeleteTaskFollowerRequestV1
fn clone(&self) -> DeleteTaskFollowerRequestV1
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 DeleteTaskFollowerRequestV1
impl !RefUnwindSafe for DeleteTaskFollowerRequestV1
impl Send for DeleteTaskFollowerRequestV1
impl Sync for DeleteTaskFollowerRequestV1
impl Unpin for DeleteTaskFollowerRequestV1
impl UnsafeUnpin for DeleteTaskFollowerRequestV1
impl !UnwindSafe for DeleteTaskFollowerRequestV1
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