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