pub(crate) struct RestoreOnPending;Implementations§
Source§impl RestoreOnPending
impl RestoreOnPending
pub(crate) fn made_progress(&self)
Auto Trait Implementations§
impl Freeze for RestoreOnPending
impl RefUnwindSafe for RestoreOnPending
impl Send for RestoreOnPending
impl Sync for RestoreOnPending
impl Unpin for RestoreOnPending
impl UnsafeUnpin for RestoreOnPending
impl UnwindSafe for RestoreOnPending
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