pub struct CorruptDownload(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Debug for CorruptDownload
impl Debug for CorruptDownload
Source§impl Display for CorruptDownload
impl Display for CorruptDownload
Source§impl From<CorruptDownload> for AnyError
impl From<CorruptDownload> for AnyError
Source§fn from(e: CorruptDownload) -> AnyError
fn from(e: CorruptDownload) -> AnyError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CorruptDownload
impl RefUnwindSafe for CorruptDownload
impl Send for CorruptDownload
impl Sync for CorruptDownload
impl Unpin for CorruptDownload
impl UnwindSafe for CorruptDownload
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