pub struct BundleDownloadHandler { /* private fields */ }
Implementations§
Source§impl BundleDownloadHandler
impl BundleDownloadHandler
pub fn new(client: FilesClient) -> Self
pub async fn list(&self) -> Result<Vec<BundleDownloadEntity>>
Auto Trait Implementations§
impl Freeze for BundleDownloadHandler
impl !RefUnwindSafe for BundleDownloadHandler
impl Send for BundleDownloadHandler
impl Sync for BundleDownloadHandler
impl Unpin for BundleDownloadHandler
impl !UnwindSafe for BundleDownloadHandler
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