pub struct DownloaderService;
Trait Implementations§
Source§impl Channels<DownloaderService> for DownloadRequest
impl Channels<DownloaderService> for DownloadRequest
Source§type Tx = Sender<DownloadProgessItem>
type Tx = Sender<DownloadProgessItem>
The sender type, can be either mpsc, oneshot or none
Source§type Rx = NoReceiver
type Rx = NoReceiver
The receiver type, can be either mpsc, oneshot or none Read more
Source§impl Clone for DownloaderService
impl Clone for DownloaderService
Source§fn clone(&self) -> DownloaderService
fn clone(&self) -> DownloaderService
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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