pub struct RawConsumer { /* private fields */ }Expand description
取り込みスレッド側のハンドル。pop する。
Implementations§
Source§impl RawConsumer
impl RawConsumer
Auto Trait Implementations§
impl !Freeze for RawConsumer
impl !RefUnwindSafe for RawConsumer
impl !Sync for RawConsumer
impl Send for RawConsumer
impl Unpin for RawConsumer
impl UnsafeUnpin for RawConsumer
impl UnwindSafe for RawConsumer
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