pub struct ListTaskRequestV1 { /* private fields */ }Expand description
查询任务请求(v1) 查询任务列表请求构建器。
Implementations§
Source§impl ListTaskRequestV1
impl ListTaskRequestV1
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<ListTaskResponseV1>
pub async fn execute(self) -> SDKResult<ListTaskResponseV1>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<ListTaskResponseV1>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<ListTaskResponseV1>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for ListTaskRequestV1
impl Clone for ListTaskRequestV1
Source§fn clone(&self) -> ListTaskRequestV1
fn clone(&self) -> ListTaskRequestV1
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 ListTaskRequestV1
impl !RefUnwindSafe for ListTaskRequestV1
impl Send for ListTaskRequestV1
impl Sync for ListTaskRequestV1
impl Unpin for ListTaskRequestV1
impl UnsafeUnpin for ListTaskRequestV1
impl !UnwindSafe for ListTaskRequestV1
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