pub struct Root;Expand description
The default query scope — the document root. Root fields and flattened object / to-one-join sub-fields share it.
It is a FlussoDocument with an empty PATH: a
root/flattened-object field sits under no nested boundary, so it sorts
plainly. (A nested array’s element struct is its own scope, with a
non-empty PATH.)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Root
impl RefUnwindSafe for Root
impl Send for Root
impl Sync for Root
impl Unpin for Root
impl UnsafeUnpin for Root
impl UnwindSafe for Root
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