Struct ISOLATIONLEVEL
#[repr(transparent)]pub struct ISOLATIONLEVEL(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for ISOLATIONLEVEL
impl Clone for ISOLATIONLEVEL
§fn clone(&self) -> ISOLATIONLEVEL
fn clone(&self) -> ISOLATIONLEVEL
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ISOLATIONLEVEL
impl Debug for ISOLATIONLEVEL
§impl Default for ISOLATIONLEVEL
impl Default for ISOLATIONLEVEL
§fn default() -> ISOLATIONLEVEL
fn default() -> ISOLATIONLEVEL
Returns the “default value” for a type. Read more
§impl PartialEq for ISOLATIONLEVEL
impl PartialEq for ISOLATIONLEVEL
impl Copy for ISOLATIONLEVEL
impl Eq for ISOLATIONLEVEL
impl StructuralPartialEq for ISOLATIONLEVEL
Auto Trait Implementations§
impl Freeze for ISOLATIONLEVEL
impl RefUnwindSafe for ISOLATIONLEVEL
impl Send for ISOLATIONLEVEL
impl Sync for ISOLATIONLEVEL
impl Unpin for ISOLATIONLEVEL
impl UnwindSafe for ISOLATIONLEVEL
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