pub struct ExplorerFtsPattern {
pub parts: Vec<Vec<u8>>,
pub negative: bool,
}Fields§
§parts: Vec<Vec<u8>>§negative: boolImplementations§
Trait Implementations§
Source§impl Clone for ExplorerFtsPattern
impl Clone for ExplorerFtsPattern
Source§fn clone(&self) -> ExplorerFtsPattern
fn clone(&self) -> ExplorerFtsPattern
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 moreSource§impl Debug for ExplorerFtsPattern
impl Debug for ExplorerFtsPattern
impl Eq for ExplorerFtsPattern
Source§impl PartialEq for ExplorerFtsPattern
impl PartialEq for ExplorerFtsPattern
Source§fn eq(&self, other: &ExplorerFtsPattern) -> bool
fn eq(&self, other: &ExplorerFtsPattern) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExplorerFtsPattern
Auto Trait Implementations§
impl Freeze for ExplorerFtsPattern
impl RefUnwindSafe for ExplorerFtsPattern
impl Send for ExplorerFtsPattern
impl Sync for ExplorerFtsPattern
impl Unpin for ExplorerFtsPattern
impl UnsafeUnpin for ExplorerFtsPattern
impl UnwindSafe for ExplorerFtsPattern
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