pub struct Balance {
pub date: NaiveDate,
pub account: Account,
pub amount: Amount,
pub debug: DebugLine,
}Fields§
§date: NaiveDate§account: Account§amount: Amount§debug: DebugLineImplementations§
Trait Implementations§
source§impl PartialEq for Balance
impl PartialEq for Balance
impl StructuralPartialEq for Balance
Auto Trait Implementations§
impl Freeze for Balance
impl RefUnwindSafe for Balance
impl Send for Balance
impl Sync for Balance
impl Unpin for Balance
impl UnwindSafe for Balance
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