#[derive(Debug, Clone)]/// Describes the index in a list of documents that a document was
/// previously found at (`from`) and the index that it can now be found at
pubstructLiveQueryMove{// TODO
}implLiveQueryMove{/// Create a new LiveQueryMove
/// # panic
/// This function is not yet implemented
pubfnnew(_left: impl Sized, _right: impl Sized)->Self{todo!();}}