pub struct Ready { /* private fields */ }Implementations§
Source§impl Ready
impl Ready
pub fn downgrade(&self) -> ReadyWeak
pub fn wake(&self)
pub fn compact<const M: usize>( self: Pin<&mut Self>, slab: &mut impl AsLinkedSlab, )
pub fn next<const M: usize>( self: Pin<&mut Self>, slab: &mut impl AsLinkedSlab, ) -> Option<SlabKey>
pub fn register(&self, cx: &mut Context<'_>)
Trait Implementations§
impl<'pin> Unpin for Readywhere
PinnedFieldsOf<__Ready<'pin>>: Unpin,
Auto Trait Implementations§
impl Freeze for Ready
impl !RefUnwindSafe for Ready
impl Send for Ready
impl Sync for Ready
impl !UnwindSafe for Ready
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