pub struct Picker { /* private fields */ }Expand description
An open picker: the fleet’s narrowing machine plus escriba’s source.
Implementations§
Source§impl Picker
impl Picker
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Picker
impl RefUnwindSafe for Picker
impl Send for Picker
impl Sync for Picker
impl Unpin for Picker
impl UnsafeUnpin for Picker
impl UnwindSafe for Picker
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