pub struct ExecutionGraphBuilder<Db: DataBase> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<Db> Freeze for ExecutionGraphBuilder<Db>where
Db: Freeze,
impl<Db> RefUnwindSafe for ExecutionGraphBuilder<Db>where
Db: RefUnwindSafe,
impl<Db> Send for ExecutionGraphBuilder<Db>where
Db: Send,
impl<Db> Sync for ExecutionGraphBuilder<Db>where
Db: Sync,
impl<Db> Unpin for ExecutionGraphBuilder<Db>where
Db: Unpin,
impl<Db> UnwindSafe for ExecutionGraphBuilder<Db>where
Db: UnwindSafe,
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