pub struct BudgetLedgerSnapshot {
pub version: BudgetLedgerVersion,
pub ledger: BudgetLedger,
}Fields§
§version: BudgetLedgerVersion§ledger: BudgetLedgerTrait Implementations§
Source§impl Clone for BudgetLedgerSnapshot
impl Clone for BudgetLedgerSnapshot
Source§impl Debug for BudgetLedgerSnapshot
impl Debug for BudgetLedgerSnapshot
impl Eq for BudgetLedgerSnapshot
Source§impl PartialEq for BudgetLedgerSnapshot
impl PartialEq for BudgetLedgerSnapshot
impl StructuralPartialEq for BudgetLedgerSnapshot
Auto Trait Implementations§
impl Freeze for BudgetLedgerSnapshot
impl RefUnwindSafe for BudgetLedgerSnapshot
impl Send for BudgetLedgerSnapshot
impl Sync for BudgetLedgerSnapshot
impl Unpin for BudgetLedgerSnapshot
impl UnsafeUnpin for BudgetLedgerSnapshot
impl UnwindSafe for BudgetLedgerSnapshot
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