pub struct DownloadMocks { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DownloadMocks
impl Clone for DownloadMocks
Source§fn clone(&self) -> DownloadMocks
fn clone(&self) -> DownloadMocks
Returns a duplicate of the value. Read more
1.0.0 · 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 DownloadMocks
impl Debug for DownloadMocks
Source§impl Default for DownloadMocks
impl Default for DownloadMocks
Source§fn default() -> DownloadMocks
fn default() -> DownloadMocks
Returns the “default value” for a type. Read more
Source§impl PartialEq for DownloadMocks
impl PartialEq for DownloadMocks
impl Eq for DownloadMocks
impl StructuralPartialEq for DownloadMocks
Auto Trait Implementations§
impl Freeze for DownloadMocks
impl RefUnwindSafe for DownloadMocks
impl Send for DownloadMocks
impl Sync for DownloadMocks
impl Unpin for DownloadMocks
impl UnsafeUnpin for DownloadMocks
impl UnwindSafe for DownloadMocks
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