pub struct LastSearch {
pub query: CompiledQuery,
pub backward: bool,
}Expand description
The compiled query owns matching semantics for repeat, preview and highlighting.
Fields§
§query: CompiledQuery§backward: boolTrait Implementations§
Source§impl Clone for LastSearch
impl Clone for LastSearch
Source§fn clone(&self) -> LastSearch
fn clone(&self) -> LastSearch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LastSearch
impl RefUnwindSafe for LastSearch
impl Send for LastSearch
impl Sync for LastSearch
impl Unpin for LastSearch
impl UnsafeUnpin for LastSearch
impl UnwindSafe for LastSearch
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