pub struct ChunkConsumer { /* private fields */ }Expand description
poll スレッド側のハンドル。try_pop で消費する。
Implementations§
Auto Trait Implementations§
impl Freeze for ChunkConsumer
impl RefUnwindSafe for ChunkConsumer
impl Send for ChunkConsumer
impl Sync for ChunkConsumer
impl Unpin for ChunkConsumer
impl UnsafeUnpin for ChunkConsumer
impl UnwindSafe for ChunkConsumer
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