pub struct AsyncTaskQueue { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for AsyncTaskQueue
impl !RefUnwindSafe for AsyncTaskQueue
impl Send for AsyncTaskQueue
impl Sync for AsyncTaskQueue
impl Unpin for AsyncTaskQueue
impl UnsafeUnpin for AsyncTaskQueue
impl !UnwindSafe for AsyncTaskQueue
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