pub struct DownloaderError { /* private fields */ }Trait Implementations§
Source§impl Clone for DownloaderError
impl Clone for DownloaderError
Source§fn clone(&self) -> DownloaderError
fn clone(&self) -> DownloaderError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DownloaderError
impl Debug for DownloaderError
Source§impl Display for DownloaderError
impl Display for DownloaderError
Source§impl From<&str> for DownloaderError
impl From<&str> for DownloaderError
Source§impl From<Error> for DownloaderError
impl From<Error> for DownloaderError
Source§impl From<Error> for DownloaderError
impl From<Error> for DownloaderError
Source§impl PartialEq for DownloaderError
impl PartialEq for DownloaderError
Source§fn eq(&self, other: &DownloaderError) -> bool
fn eq(&self, other: &DownloaderError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DownloaderError
Auto Trait Implementations§
impl Freeze for DownloaderError
impl RefUnwindSafe for DownloaderError
impl Send for DownloaderError
impl Sync for DownloaderError
impl Unpin for DownloaderError
impl UnsafeUnpin for DownloaderError
impl UnwindSafe for DownloaderError
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