pub struct NoopDownloader;Expand description
A stub downloader that surfaces a typed “not yet implemented” for any URL. Used by the CLI when no real transport is wired in yet.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopDownloader
impl RefUnwindSafe for NoopDownloader
impl Send for NoopDownloader
impl Sync for NoopDownloader
impl Unpin for NoopDownloader
impl UnsafeUnpin for NoopDownloader
impl UnwindSafe for NoopDownloader
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