pub struct TxnState(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
source§impl Ord for TxnState
impl Ord for TxnState
source§impl PartialEq for TxnState
impl PartialEq for TxnState
source§impl PartialOrd for TxnState
impl PartialOrd for TxnState
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TSerializable for TxnState
impl TSerializable for TxnState
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
fn read_from_in_protocol(i_prot: &mut dyn TInputProtocol) -> Result<TxnState>
impl Copy for TxnState
impl Eq for TxnState
impl StructuralEq for TxnState
impl StructuralPartialEq for TxnState
Auto Trait Implementations§
impl RefUnwindSafe for TxnState
impl Send for TxnState
impl Sync for TxnState
impl Unpin for TxnState
impl UnwindSafe for TxnState
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