pub struct BalanceQuery<'ctx> {
pub conversion: Option<Conversion<'ctx>>,
pub date_range: DateRange,
}
Expand description
Query for Ledger::balance()
.
Fields§
§conversion: Option<Conversion<'ctx>>
§date_range: DateRange
Trait Implementations§
Source§impl<'ctx> Debug for BalanceQuery<'ctx>
impl<'ctx> Debug for BalanceQuery<'ctx>
Source§impl<'ctx> Default for BalanceQuery<'ctx>
impl<'ctx> Default for BalanceQuery<'ctx>
Source§fn default() -> BalanceQuery<'ctx>
fn default() -> BalanceQuery<'ctx>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'ctx> Freeze for BalanceQuery<'ctx>
impl<'ctx> RefUnwindSafe for BalanceQuery<'ctx>
impl<'ctx> Send for BalanceQuery<'ctx>
impl<'ctx> Sync for BalanceQuery<'ctx>
impl<'ctx> Unpin for BalanceQuery<'ctx>
impl<'ctx> UnwindSafe for BalanceQuery<'ctx>
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