pub struct Fetching { /* private fields */ }Expand description
The pollable state of a Consumer::fetch_group.
Awaited via the kio::Pending wrapper; resolves to the
group::Consumer once the group lands in the track’s cache (already present,
or produced after a wire FETCH), or Error::NotFound if it can never exist.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Fetching
impl RefUnwindSafe for Fetching
impl Send for Fetching
impl Sync for Fetching
impl Unpin for Fetching
impl UnsafeUnpin for Fetching
impl UnwindSafe for Fetching
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