pub struct IncomeStatement1 {
pub clr_fees: ActiveCurrencyAndAmount,
pub othr_oprg_rvn: ActiveCurrencyAndAmount,
pub oprg_expnss: ActiveCurrencyAndAmount,
pub oprg_prft_or_loss: AmountAndDirection102,
pub net_intrst_incm: ActiveCurrencyAndAmount,
pub othr_non_oprg_rvn: ActiveCurrencyAndAmount,
pub non_oprg_expnss: ActiveCurrencyAndAmount,
pub pre_tax_prft_or_loss: AmountAndDirection102,
pub pst_tax_prft_or_loss: AmountAndDirection102,
}Fields§
§clr_fees: ActiveCurrencyAndAmount§othr_oprg_rvn: ActiveCurrencyAndAmount§oprg_expnss: ActiveCurrencyAndAmount§oprg_prft_or_loss: AmountAndDirection102§net_intrst_incm: ActiveCurrencyAndAmount§othr_non_oprg_rvn: ActiveCurrencyAndAmount§non_oprg_expnss: ActiveCurrencyAndAmount§pre_tax_prft_or_loss: AmountAndDirection102§pst_tax_prft_or_loss: AmountAndDirection102Implementations§
Source§impl IncomeStatement1
impl IncomeStatement1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for IncomeStatement1
impl RefUnwindSafe for IncomeStatement1
impl Send for IncomeStatement1
impl Sync for IncomeStatement1
impl Unpin for IncomeStatement1
impl UnwindSafe for IncomeStatement1
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