pub struct FtsIndexSchema {
pub name: String,
pub columns: Vec<String>,
pub tokenize: String,
}Fields§
§name: String§columns: Vec<String>§tokenize: StringTrait Implementations§
Source§impl Clone for FtsIndexSchema
impl Clone for FtsIndexSchema
Source§fn clone(&self) -> FtsIndexSchema
fn clone(&self) -> FtsIndexSchema
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 FtsIndexSchema
impl RefUnwindSafe for FtsIndexSchema
impl Send for FtsIndexSchema
impl Sync for FtsIndexSchema
impl Unpin for FtsIndexSchema
impl UnsafeUnpin for FtsIndexSchema
impl UnwindSafe for FtsIndexSchema
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