pub struct LedgerUpdate {Show 13 fields
pub asset: String,
pub amount: Decimal,
pub balance: Decimal,
pub fee: Decimal,
pub ledger_id: String,
pub ref_id: String,
pub timestamp: String,
pub asset_class: String,
pub ledger_type: LedgerEntryTypeV2,
pub sub_type: Option<LedgerEntrySubType>,
pub category: LedgerCategory,
pub wallet_type: WalletType,
pub wallet_id: WalletId,
}
Fields§
§asset: String
§amount: Decimal
§balance: Decimal
§fee: Decimal
§ledger_id: String
§ref_id: String
§timestamp: String
§asset_class: String
§ledger_type: LedgerEntryTypeV2
§sub_type: Option<LedgerEntrySubType>
§category: LedgerCategory
§wallet_type: WalletType
§wallet_id: WalletId
Trait Implementations§
Source§impl Debug for LedgerUpdate
impl Debug for LedgerUpdate
Source§impl<'de> Deserialize<'de> for LedgerUpdate
impl<'de> Deserialize<'de> for LedgerUpdate
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 LedgerUpdate
impl PartialEq for LedgerUpdate
impl StructuralPartialEq for LedgerUpdate
Auto Trait Implementations§
impl Freeze for LedgerUpdate
impl RefUnwindSafe for LedgerUpdate
impl Send for LedgerUpdate
impl Sync for LedgerUpdate
impl Unpin for LedgerUpdate
impl UnwindSafe for LedgerUpdate
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