pub struct CreateTaskFollowerRequestV1 { /* private fields */ }Expand description
创建任务关注者请求(v1) 创建任务关注者请求构建器。
Implementations§
Source§impl CreateTaskFollowerRequestV1
impl CreateTaskFollowerRequestV1
Sourcepub fn follower_id(self, follower_id: impl Into<String>) -> Self
pub fn follower_id(self, follower_id: impl Into<String>) -> Self
设置关注者用户 ID
Sourcepub async fn execute(self) -> SDKResult<CreateTaskFollowerResponseV1>
pub async fn execute(self) -> SDKResult<CreateTaskFollowerResponseV1>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<CreateTaskFollowerResponseV1>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<CreateTaskFollowerResponseV1>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for CreateTaskFollowerRequestV1
impl Clone for CreateTaskFollowerRequestV1
Source§fn clone(&self) -> CreateTaskFollowerRequestV1
fn clone(&self) -> CreateTaskFollowerRequestV1
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 CreateTaskFollowerRequestV1
impl !RefUnwindSafe for CreateTaskFollowerRequestV1
impl Send for CreateTaskFollowerRequestV1
impl Sync for CreateTaskFollowerRequestV1
impl Unpin for CreateTaskFollowerRequestV1
impl UnsafeUnpin for CreateTaskFollowerRequestV1
impl !UnwindSafe for CreateTaskFollowerRequestV1
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