pub struct Report { /* private fields */ }Expand description
A structure that repersents a Report
Implementations§
Source§impl Report
impl Report
Sourcepub fn fills_builder(
start_date: &str,
end_date: &str,
product_id: &str,
) -> impl SharedReportOptions + FillsReportOptions
pub fn fills_builder( start_date: &str, end_date: &str, product_id: &str, ) -> impl SharedReportOptions + FillsReportOptions
Creates a ReportBuilder for type fills
Sourcepub fn account_builder(
start_date: &str,
end_date: &str,
account_id: &str,
) -> impl SharedReportOptions + AccountReportOptions
pub fn account_builder( start_date: &str, end_date: &str, account_id: &str, ) -> impl SharedReportOptions + AccountReportOptions
Creates a ReportBuilder for type account
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnwindSafe for Report
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