pub enum QuerySourceHandle {
Current(QueryTableHandle),
Temporal(Box<dyn Transaction>),
}Variants§
Current(QueryTableHandle)
Temporal(Box<dyn Transaction>)
Auto Trait Implementations§
impl !RefUnwindSafe for QuerySourceHandle
impl !Sync for QuerySourceHandle
impl !UnwindSafe for QuerySourceHandle
impl Freeze for QuerySourceHandle
impl Send for QuerySourceHandle
impl Unpin for QuerySourceHandle
impl UnsafeUnpin for QuerySourceHandle
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