pub enum DescendOutcome {
Refocused(NodeId),
LoadedMore,
Subsearch(Aggregate),
NoOp,
}Variants§
Auto Trait Implementations§
impl Freeze for DescendOutcome
impl RefUnwindSafe for DescendOutcome
impl Send for DescendOutcome
impl Sync for DescendOutcome
impl Unpin for DescendOutcome
impl UnsafeUnpin for DescendOutcome
impl UnwindSafe for DescendOutcome
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