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