pub struct DownloadManagerWrapper(pub Mutex<DownloadManager>);Expand description
Wrapper for DownloadManager to be used as Tauri state
Tuple Fields§
§0: Mutex<DownloadManager>Auto Trait Implementations§
impl !Freeze for DownloadManagerWrapper
impl RefUnwindSafe for DownloadManagerWrapper
impl Send for DownloadManagerWrapper
impl Sync for DownloadManagerWrapper
impl Unpin for DownloadManagerWrapper
impl UnsafeUnpin for DownloadManagerWrapper
impl UnwindSafe for DownloadManagerWrapper
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