pub struct Queryable;Expand description
Document is built and ready for querying.
In this state:
- Full navigation and query methods available
- Structure cannot be modified
- Index can be built for faster queries
Trait Implementations§
impl Copy for Queryable
impl DocumentState for Queryable
impl QueryableState for Queryable
Auto Trait Implementations§
impl Freeze for Queryable
impl RefUnwindSafe for Queryable
impl Send for Queryable
impl Sync for Queryable
impl Unpin for Queryable
impl UnwindSafe for Queryable
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