pub struct Picker<C> { /* private fields */ }
Expand description
A view that lets the user choose a value.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C> Freeze for Picker<C>where
C: Freeze,
impl<C> !RefUnwindSafe for Picker<C>
impl<C> !Send for Picker<C>
impl<C> !Sync for Picker<C>
impl<C> Unpin for Picker<C>where
C: Unpin,
impl<C> !UnwindSafe for Picker<C>
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