pub struct Query<'el, 'tree, 'bp, F, T>where
F: Filter<'bp, Kind = T>,{ /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'el, 'tree, 'bp, F, T> !RefUnwindSafe for Query<'el, 'tree, 'bp, F, T>
impl<'el, 'tree, 'bp, F, T> !Send for Query<'el, 'tree, 'bp, F, T>
impl<'el, 'tree, 'bp, F, T> !Sync for Query<'el, 'tree, 'bp, F, T>
impl<'el, 'tree, 'bp, F, T> !UnwindSafe for Query<'el, 'tree, 'bp, F, T>
impl<'el, 'tree, 'bp, F, T> Freeze for Query<'el, 'tree, 'bp, F, T>where
F: Freeze,
impl<'el, 'tree, 'bp, F, T> Unpin for Query<'el, 'tree, 'bp, F, T>where
F: Unpin,
impl<'el, 'tree, 'bp, F, T> UnsafeUnpin for Query<'el, 'tree, 'bp, F, T>where
F: UnsafeUnpin,
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