pub struct LedgerTransfer {
pub asset_id: u32,
pub amount: String,
pub transfer_type: i32,
pub account_code: i32,
pub timestamp: i64,
pub tx_id: String,
pub is_debit: bool,
}Fields§
§asset_id: u32§amount: String§transfer_type: i32§account_code: i32§timestamp: i64§tx_id: String§is_debit: boolTrait Implementations§
Source§impl Clone for LedgerTransfer
impl Clone for LedgerTransfer
Source§fn clone(&self) -> LedgerTransfer
fn clone(&self) -> LedgerTransfer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LedgerTransfer
impl Debug for LedgerTransfer
impl Eq for LedgerTransfer
Source§impl PartialEq for LedgerTransfer
impl PartialEq for LedgerTransfer
impl StructuralPartialEq for LedgerTransfer
Auto Trait Implementations§
impl Freeze for LedgerTransfer
impl RefUnwindSafe for LedgerTransfer
impl Send for LedgerTransfer
impl Sync for LedgerTransfer
impl Unpin for LedgerTransfer
impl UnsafeUnpin for LedgerTransfer
impl UnwindSafe for LedgerTransfer
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.