pub struct PendingPromises { /* private fields */ }Expand description
Stores pending promise resolvers keyed by call_id. Single-threaded: only accessed from the session thread.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for PendingPromises
impl !RefUnwindSafe for PendingPromises
impl !Send for PendingPromises
impl !Sync for PendingPromises
impl !UnwindSafe for PendingPromises
impl Unpin for PendingPromises
impl UnsafeUnpin for PendingPromises
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