pub struct DownloaderService;
Trait Implementations§
Source§impl Channels<DownloaderService> for DownloadRequest
impl Channels<DownloaderService> for DownloadRequest
Source§impl Clone for DownloaderService
impl Clone for DownloaderService
Source§fn clone(&self) -> DownloaderService
fn clone(&self) -> DownloaderService
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DownloaderService
impl Debug for DownloaderService
impl Service for DownloaderService
Auto Trait Implementations§
impl Freeze for DownloaderService
impl RefUnwindSafe for DownloaderService
impl Send for DownloaderService
impl Sync for DownloaderService
impl Unpin for DownloaderService
impl UnwindSafe for DownloaderService
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