pub enum SwarmMsg {
Download(WithChannels<DownloadRequest, DownloaderService>),
}
Variants§
Download(WithChannels<DownloadRequest, DownloaderService>)
Implementations§
Trait Implementations§
Source§impl From<WithChannels<DownloadRequest, DownloaderService>> for SwarmMsg
impl From<WithChannels<DownloadRequest, DownloaderService>> for SwarmMsg
Source§fn from(value: WithChannels<DownloadRequest, DownloaderService>) -> Self
fn from(value: WithChannels<DownloadRequest, DownloaderService>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SwarmMsg
impl !RefUnwindSafe for SwarmMsg
impl Send for SwarmMsg
impl Sync for SwarmMsg
impl Unpin for SwarmMsg
impl !UnwindSafe for SwarmMsg
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