pub struct FtsIndexIr {
pub name: String,
pub columns: Vec<String>,
pub tokenize: String,
}Expand description
One client-local contentful FTS5 projection (RFC 0005).
Fields§
§name: String§columns: Vec<String>§tokenize: StringTrait Implementations§
Source§impl Clone for FtsIndexIr
impl Clone for FtsIndexIr
Source§fn clone(&self) -> FtsIndexIr
fn clone(&self) -> FtsIndexIr
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 FtsIndexIr
impl Debug for FtsIndexIr
Source§impl<'de> Deserialize<'de> for FtsIndexIr
impl<'de> Deserialize<'de> for FtsIndexIr
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FtsIndexIr
impl RefUnwindSafe for FtsIndexIr
impl Send for FtsIndexIr
impl Sync for FtsIndexIr
impl Unpin for FtsIndexIr
impl UnsafeUnpin for FtsIndexIr
impl UnwindSafe for FtsIndexIr
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