pub struct SyncRunHandler { /* private fields */ }
Implementations§
Source§impl SyncRunHandler
impl SyncRunHandler
pub fn new(client: FilesClient) -> Self
pub async fn list( &self, cursor: Option<String>, per_page: Option<i64>, ) -> Result<(Vec<SyncRunEntity>, PaginationInfo)>
pub async fn get(&self, id: i64) -> Result<SyncRunEntity>
Auto Trait Implementations§
impl Freeze for SyncRunHandler
impl !RefUnwindSafe for SyncRunHandler
impl Send for SyncRunHandler
impl Sync for SyncRunHandler
impl Unpin for SyncRunHandler
impl !UnwindSafe for SyncRunHandler
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