pub struct CrossbeamChannel;Available on crate features
sync and sync-crossbeam only.Expand description
Internal channel type for crossbeam backend
Trait Implementations§
Source§impl ChannelType for CrossbeamChannel
impl ChannelType for CrossbeamChannel
Auto Trait Implementations§
impl Freeze for CrossbeamChannel
impl RefUnwindSafe for CrossbeamChannel
impl Send for CrossbeamChannel
impl Sync for CrossbeamChannel
impl Unpin for CrossbeamChannel
impl UnwindSafe for CrossbeamChannel
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