pub struct QueryTablePairHandle {
pub left: Box<dyn Table>,
pub right: Box<dyn Table>,
pub in_explicit_transaction: bool,
pub statement_transaction: Option<Box<dyn Transaction>>,
}Fields§
§left: Box<dyn Table>§right: Box<dyn Table>§in_explicit_transaction: bool§statement_transaction: Option<Box<dyn Transaction>>Auto Trait Implementations§
impl !RefUnwindSafe for QueryTablePairHandle
impl !Sync for QueryTablePairHandle
impl !UnwindSafe for QueryTablePairHandle
impl Freeze for QueryTablePairHandle
impl Send for QueryTablePairHandle
impl Unpin for QueryTablePairHandle
impl UnsafeUnpin for QueryTablePairHandle
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