| 1674 | /// Transaction access modes |
| 1675 | #[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)] |
| 1676 | pub enum AccessMode { |
| 1677 | ReadOnly, |
| 1678 | ReadWrite, |
| 1679 | } |
| 1680 | |
| 1681 | impl IsolationLevel { |
| 1682 | /// Get string representation for display |
nothing calls this directly
no outgoing calls
no test coverage detected