Struct ledger_rs_lib::post::Post
source · pub struct Post {
pub account_index: AccountIndex,
pub xact: XactIndex,
pub amount: Option<Amount>,
pub cost: Option<Amount>,
}
Fields§
§account_index: AccountIndex
Pointer to the Account.
xact: XactIndex
Pointer to the Xact.
amount: Option<Amount>
§cost: Option<Amount>
Implementations§
Trait Implementations§
source§impl PartialEq<Post> for Post
impl PartialEq<Post> for Post
impl StructuralPartialEq for Post
Auto Trait Implementations§
impl RefUnwindSafe for Post
impl Send for Post
impl Sync for Post
impl Unpin for Post
impl UnwindSafe for Post
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