pub enum ChannelWait {
Send {
channel: ChannelId,
value: Value,
},
Receive {
channel: ChannelId,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChannelWait
impl RefUnwindSafe for ChannelWait
impl Send for ChannelWait
impl Sync for ChannelWait
impl Unpin for ChannelWait
impl UnsafeUnpin for ChannelWait
impl UnwindSafe for ChannelWait
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