pub struct OpenTxWithStatus {
pub otx: OpenTransaction,
pub status: OpenTxStatus,
}Fields§
§otx: OpenTransaction§status: OpenTxStatusImplementations§
Source§impl OpenTxWithStatus
impl OpenTxWithStatus
pub fn new(otx: OpenTransaction) -> Self
Trait Implementations§
Source§impl Clone for OpenTxWithStatus
impl Clone for OpenTxWithStatus
Source§fn clone(&self) -> OpenTxWithStatus
fn clone(&self) -> OpenTxWithStatus
Returns a duplicate 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 OpenTxWithStatus
impl Debug for OpenTxWithStatus
Source§impl<'de> Deserialize<'de> for OpenTxWithStatus
impl<'de> Deserialize<'de> for OpenTxWithStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OpenTxWithStatus
impl PartialEq for OpenTxWithStatus
Source§impl Serialize for OpenTxWithStatus
impl Serialize for OpenTxWithStatus
impl Eq for OpenTxWithStatus
impl StructuralPartialEq for OpenTxWithStatus
Auto Trait Implementations§
impl Freeze for OpenTxWithStatus
impl RefUnwindSafe for OpenTxWithStatus
impl Send for OpenTxWithStatus
impl Sync for OpenTxWithStatus
impl Unpin for OpenTxWithStatus
impl UnwindSafe for OpenTxWithStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.