pub enum BackgroundTaskLookup {
Run(RunRecord),
Mailbox(MailboxEntry),
}Variants§
Run(RunRecord)
Mailbox(MailboxEntry)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BackgroundTaskLookup
impl RefUnwindSafe for BackgroundTaskLookup
impl Send for BackgroundTaskLookup
impl Sync for BackgroundTaskLookup
impl Unpin for BackgroundTaskLookup
impl UnwindSafe for BackgroundTaskLookup
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