pub struct TaskCollectionClient { /* private fields */ }Expand description
Client for listing and creating Actor tasks.
Implementations§
Source§impl TaskCollectionClient
impl TaskCollectionClient
Sourcepub async fn list(
&self,
options: ListOptions,
) -> ApifyClientResult<PaginationList<Task>>
pub async fn list( &self, options: ListOptions, ) -> ApifyClientResult<PaginationList<Task>>
Lists tasks with offset/limit pagination.
Trait Implementations§
Source§impl Clone for TaskCollectionClient
impl Clone for TaskCollectionClient
Source§fn clone(&self) -> TaskCollectionClient
fn clone(&self) -> TaskCollectionClient
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 TaskCollectionClient
impl !UnwindSafe for TaskCollectionClient
impl Freeze for TaskCollectionClient
impl Send for TaskCollectionClient
impl Sync for TaskCollectionClient
impl Unpin for TaskCollectionClient
impl UnsafeUnpin for TaskCollectionClient
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