pub struct DataLogicPool { /* private fields */ }
Expand description
DataLogic pool for thread-safe concurrent access
Implementations§
Source§impl DataLogicPool
impl DataLogicPool
Auto Trait Implementations§
impl !Freeze for DataLogicPool
impl !RefUnwindSafe for DataLogicPool
impl Send for DataLogicPool
impl Sync for DataLogicPool
impl Unpin for DataLogicPool
impl !UnwindSafe for DataLogicPool
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