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