pub enum ChannelOperation {
Close,
TryReceive,
Inspect(ChannelQuery),
}Variants§
Auto Trait Implementations§
impl Freeze for ChannelOperation
impl RefUnwindSafe for ChannelOperation
impl Send for ChannelOperation
impl Sync for ChannelOperation
impl Unpin for ChannelOperation
impl UnsafeUnpin for ChannelOperation
impl UnwindSafe for ChannelOperation
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