pub struct ListTaskCommentRequestV1 { /* private fields */ }Expand description
获取任务评论列表请求(v1) 获取任务评论列表请求构建器。
Implementations§
Source§impl ListTaskCommentRequestV1
impl ListTaskCommentRequestV1
Sourcepub fn page_token(self, page_token: impl Into<String>) -> Self
pub fn page_token(self, page_token: impl Into<String>) -> Self
设置翻页标记
Sourcepub async fn execute(self) -> SDKResult<ListTaskCommentResponseV1>
pub async fn execute(self) -> SDKResult<ListTaskCommentResponseV1>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<ListTaskCommentResponseV1>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<ListTaskCommentResponseV1>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for ListTaskCommentRequestV1
impl Clone for ListTaskCommentRequestV1
Source§fn clone(&self) -> ListTaskCommentRequestV1
fn clone(&self) -> ListTaskCommentRequestV1
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 ListTaskCommentRequestV1
impl !RefUnwindSafe for ListTaskCommentRequestV1
impl Send for ListTaskCommentRequestV1
impl Sync for ListTaskCommentRequestV1
impl Unpin for ListTaskCommentRequestV1
impl UnsafeUnpin for ListTaskCommentRequestV1
impl !UnwindSafe for ListTaskCommentRequestV1
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