Enum qwac::BootResult
source · pub enum BootResult<T> {
Sync(T),
Async(Pin<Box<dyn Future<Output = T>>>),
}Variants§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for BootResult<T>
impl<T> !Send for BootResult<T>
impl<T> !Sync for BootResult<T>
impl<T> Unpin for BootResult<T>where
T: Unpin,
impl<T> !UnwindSafe for BootResult<T>
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