pub struct RegisterReport {
pub metadata: Option<Metadata>,
pub title: String,
pub transactions: Vec<RegisterTxn>,
}Expand description
Register report API object
Fields§
§metadata: Option<Metadata>Optional metadata
title: StringTitle of Balance Report
transactions: Vec<RegisterTxn>Balance rows / items
Trait Implementations§
Source§impl Debug for RegisterReport
impl Debug for RegisterReport
Auto Trait Implementations§
impl Freeze for RegisterReport
impl RefUnwindSafe for RegisterReport
impl Send for RegisterReport
impl Sync for RegisterReport
impl Unpin for RegisterReport
impl UnwindSafe for RegisterReport
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