pub enum AwaitingError {
DispatcherWasDropped,
}Variants§
DispatcherWasDropped
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AwaitingError
impl RefUnwindSafe for AwaitingError
impl Send for AwaitingError
impl Sync for AwaitingError
impl Unpin for AwaitingError
impl UnwindSafe for AwaitingError
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