pub struct JsonIndexBuilder { /* private fields */ }Expand description
Builder for JSON indexes.
Implementations§
Source§impl JsonIndexBuilder
impl JsonIndexBuilder
Sourcepub fn build(self) -> QueryResult<JsonIndex>
pub fn build(self) -> QueryResult<JsonIndex>
Build the index definition.
Trait Implementations§
Source§impl Clone for JsonIndexBuilder
impl Clone for JsonIndexBuilder
Source§fn clone(&self) -> JsonIndexBuilder
fn clone(&self) -> JsonIndexBuilder
Returns a duplicate of the value. Read more
1.0.0 · 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 JsonIndexBuilder
impl RefUnwindSafe for JsonIndexBuilder
impl Send for JsonIndexBuilder
impl Sync for JsonIndexBuilder
impl Unpin for JsonIndexBuilder
impl UnwindSafe for JsonIndexBuilder
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