pub struct FzfQuery<'a> { /* private fields */ }Available on crate features
fzf-v1 or fzf-v2 only.Expand description
A parsed fzf query.
This struct is created by parsing a query string via the
FzfParser. See its documentation for more.
Trait Implementations§
impl<'a> Copy for FzfQuery<'a>
Auto Trait Implementations§
impl<'a> Freeze for FzfQuery<'a>
impl<'a> RefUnwindSafe for FzfQuery<'a>
impl<'a> Send for FzfQuery<'a>
impl<'a> Sync for FzfQuery<'a>
impl<'a> Unpin for FzfQuery<'a>
impl<'a> UnwindSafe for FzfQuery<'a>
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