pub struct GetTasklistTasksRequest { /* private fields */ }Expand description
获取清单任务列表请求
Implementations§
Source§impl GetTasklistTasksRequest
impl GetTasklistTasksRequest
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<ListTasklistTasksResponse>
pub async fn execute(self) -> SDKResult<ListTasklistTasksResponse>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<ListTasklistTasksResponse>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<ListTasklistTasksResponse>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for GetTasklistTasksRequest
impl Clone for GetTasklistTasksRequest
Source§fn clone(&self) -> GetTasklistTasksRequest
fn clone(&self) -> GetTasklistTasksRequest
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 GetTasklistTasksRequest
impl !RefUnwindSafe for GetTasklistTasksRequest
impl Send for GetTasklistTasksRequest
impl Sync for GetTasklistTasksRequest
impl Unpin for GetTasklistTasksRequest
impl UnsafeUnpin for GetTasklistTasksRequest
impl !UnwindSafe for GetTasklistTasksRequest
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