pub struct Suggest<Its> {
pub available: Its,
}Expand description
Wrapper to display suggestions.
Fields§
§available: ItsIterator of suggested items
Trait Implementations§
Auto Trait Implementations§
impl<Its> Freeze for Suggest<Its>where
Its: Freeze,
impl<Its> RefUnwindSafe for Suggest<Its>where
Its: RefUnwindSafe,
impl<Its> Send for Suggest<Its>where
Its: Send,
impl<Its> Sync for Suggest<Its>where
Its: Sync,
impl<Its> Unpin for Suggest<Its>where
Its: Unpin,
impl<Its> UnwindSafe for Suggest<Its>where
Its: UnwindSafe,
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