Struct nektar::BasicTxnInfo
source · pub struct BasicTxnInfo {
pub isnull: bool,
pub time: Option<i64>,
pub txnid: Option<i64>,
pub dbname: Option<String>,
pub tablename: Option<String>,
pub partitionname: Option<String>,
}Fields§
§isnull: bool§time: Option<i64>§txnid: Option<i64>§dbname: Option<String>§tablename: Option<String>§partitionname: Option<String>Implementations§
Trait Implementations§
source§impl Clone for BasicTxnInfo
impl Clone for BasicTxnInfo
source§fn clone(&self) -> BasicTxnInfo
fn clone(&self) -> BasicTxnInfo
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 moresource§impl Debug for BasicTxnInfo
impl Debug for BasicTxnInfo
source§impl Hash for BasicTxnInfo
impl Hash for BasicTxnInfo
source§impl Ord for BasicTxnInfo
impl Ord for BasicTxnInfo
source§fn cmp(&self, other: &BasicTxnInfo) -> Ordering
fn cmp(&self, other: &BasicTxnInfo) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for BasicTxnInfo
impl PartialEq for BasicTxnInfo
source§fn eq(&self, other: &BasicTxnInfo) -> bool
fn eq(&self, other: &BasicTxnInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for BasicTxnInfo
impl PartialOrd for BasicTxnInfo
source§fn partial_cmp(&self, other: &BasicTxnInfo) -> Option<Ordering>
fn partial_cmp(&self, other: &BasicTxnInfo) -> Option<Ordering>
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 BasicTxnInfo
impl TSerializable for BasicTxnInfo
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<BasicTxnInfo>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for BasicTxnInfo
impl StructuralEq for BasicTxnInfo
impl StructuralPartialEq for BasicTxnInfo
Auto Trait Implementations§
impl RefUnwindSafe for BasicTxnInfo
impl Send for BasicTxnInfo
impl Sync for BasicTxnInfo
impl Unpin for BasicTxnInfo
impl UnwindSafe for BasicTxnInfo
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