pub enum UpdatePoll {
Running(RunningUpdateContext),
Complete(Result<UpdateReturn, Error>),
Drained,
}Variants§
Auto Trait Implementations§
impl Freeze for UpdatePoll
impl !RefUnwindSafe for UpdatePoll
impl Send for UpdatePoll
impl !Sync for UpdatePoll
impl Unpin for UpdatePoll
impl !UnwindSafe for UpdatePoll
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