pub struct Bootstrapped {
pub stats: QueryStats,
}Fields§
§stats: QueryStatsExecution statistics from the bootstrap query.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bootstrapped
impl RefUnwindSafe for Bootstrapped
impl Send for Bootstrapped
impl Sync for Bootstrapped
impl Unpin for Bootstrapped
impl UnsafeUnpin for Bootstrapped
impl UnwindSafe for Bootstrapped
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