pub struct InteractiveListOut<TValue> {
pub item_select_stream: Receiver<Option<TValue>>,
}
Fields§
§item_select_stream: Receiver<Option<TValue>>
Auto Trait Implementations§
impl<TValue> !RefUnwindSafe for InteractiveListOut<TValue>
impl<TValue> Send for InteractiveListOut<TValue>where TValue: Send,
impl<TValue> Sync for InteractiveListOut<TValue>where TValue: Send,
impl<TValue> Unpin for InteractiveListOut<TValue>
impl<TValue> !UnwindSafe for InteractiveListOut<TValue>
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