pub struct QueryList { /* private fields */ }Expand description
Query results from Everything Internally, this is represented as an index array + an item stream.
Implementations§
Source§impl QueryList
impl QueryList
Sourcepub fn request_flags(&self) -> RequestFlags
pub fn request_flags(&self) -> RequestFlags
Get the request flags
Sourcepub fn iter(&self) -> QueryListIter<'_> ⓘ
pub fn iter(&self) -> QueryListIter<'_> ⓘ
Iterator over all items
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryList
impl RefUnwindSafe for QueryList
impl Send for QueryList
impl Sync for QueryList
impl Unpin for QueryList
impl UnsafeUnpin for QueryList
impl UnwindSafe for QueryList
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