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