pub struct MpscQueueAccessorId(/* private fields */);Trait Implementations§
Source§impl Borrow<usize> for MpscQueueAccessorId
impl Borrow<usize> for MpscQueueAccessorId
Source§impl BorrowMut<usize> for MpscQueueAccessorId
impl BorrowMut<usize> for MpscQueueAccessorId
Source§fn borrow_mut(&mut self) -> &mut usize
fn borrow_mut(&mut self) -> &mut usize
Mutably borrows from an owned value. Read more
Source§impl Debug for MpscQueueAccessorId
impl Debug for MpscQueueAccessorId
Source§impl From<MpscQueueAccessorId> for usize
impl From<MpscQueueAccessorId> for usize
Source§fn from(value: MpscQueueAccessorId) -> Self
fn from(value: MpscQueueAccessorId) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MpscQueueAccessorId
impl RefUnwindSafe for MpscQueueAccessorId
impl Send for MpscQueueAccessorId
impl Sync for MpscQueueAccessorId
impl Unpin for MpscQueueAccessorId
impl UnsafeUnpin for MpscQueueAccessorId
impl UnwindSafe for MpscQueueAccessorId
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