pub struct ChannelSpawn;
Expand description
Trait impl for channels
Auto Trait Implementations§
impl Freeze for ChannelSpawn
impl RefUnwindSafe for ChannelSpawn
impl Send for ChannelSpawn
impl Sync for ChannelSpawn
impl Unpin for ChannelSpawn
impl UnwindSafe for ChannelSpawn
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