struct FilterResults {
names: HashSet<String>,
idx: usize,
}
Fields§
§names: HashSet<String>
§idx: usize
Auto Trait Implementations§
impl Freeze for FilterResults
impl RefUnwindSafe for FilterResults
impl Send for FilterResults
impl Sync for FilterResults
impl Unpin for FilterResults
impl UnwindSafe for FilterResults
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