pub struct DLManager {
pub target_size: usize,
pub downloader: Arc<Downloader>,
}Fields§
§target_size: usize§downloader: Arc<Downloader>Implementations§
Auto Trait Implementations§
impl Freeze for DLManager
impl RefUnwindSafe for DLManager
impl Send for DLManager
impl Sync for DLManager
impl Unpin for DLManager
impl UnsafeUnpin for DLManager
impl UnwindSafe for DLManager
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