pub struct RBatisConnExecutor {
pub id: i64,
pub rb: RBatis,
pub conn: Mutex<Box<dyn Connection>>,
}
Fields§
§id: i64
§rb: RBatis
§conn: Mutex<Box<dyn Connection>>
Implementations§
Trait Implementations§
Source§impl Debug for RBatisConnExecutor
impl Debug for RBatisConnExecutor
Source§impl Executor for RBatisConnExecutor
impl Executor for RBatisConnExecutor
Auto Trait Implementations§
impl !Freeze for RBatisConnExecutor
impl !RefUnwindSafe for RBatisConnExecutor
impl Send for RBatisConnExecutor
impl Sync for RBatisConnExecutor
impl Unpin for RBatisConnExecutor
impl !UnwindSafe for RBatisConnExecutor
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