pub struct CashFlowDataDirectMethodCashFlow {
pub classes_of_cash_receipts_from_operating_activities: Option<f64>,
pub other_cash_receipts_from_operating_activities: Option<f64>,
pub receipts_from_government_grants: Option<f64>,
pub receipts_from_customers: Option<f64>,
pub classes_of_cash_payments: Option<f64>,
pub other_cash_payments_from_operating_activities: Option<f64>,
pub payments_on_behalf_of_employees: Option<f64>,
pub payments_to_suppliers_for_goods_and_services: Option<f64>,
}Expand description
CashFlowDataDirectMethodCashFlow : Direct method cash flow
Fields§
§classes_of_cash_receipts_from_operating_activities: Option<f64>Classes of cash receipts from operating activities
other_cash_receipts_from_operating_activities: Option<f64>Other cash receipts from operating activities
receipts_from_government_grants: Option<f64>Receipts from government grants
receipts_from_customers: Option<f64>Receipts from customers
classes_of_cash_payments: Option<f64>Classes of cash payments
other_cash_payments_from_operating_activities: Option<f64>Other cash payments from operating activities
payments_on_behalf_of_employees: Option<f64>Payments on behalf of employees
payments_to_suppliers_for_goods_and_services: Option<f64>Payments to suppliers for goods and services
Implementations§
Source§impl CashFlowDataDirectMethodCashFlow
impl CashFlowDataDirectMethodCashFlow
Sourcepub fn new() -> CashFlowDataDirectMethodCashFlow
pub fn new() -> CashFlowDataDirectMethodCashFlow
Direct method cash flow
Trait Implementations§
Source§impl Clone for CashFlowDataDirectMethodCashFlow
impl Clone for CashFlowDataDirectMethodCashFlow
Source§fn clone(&self) -> CashFlowDataDirectMethodCashFlow
fn clone(&self) -> CashFlowDataDirectMethodCashFlow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CashFlowDataDirectMethodCashFlow
impl Default for CashFlowDataDirectMethodCashFlow
Source§fn default() -> CashFlowDataDirectMethodCashFlow
fn default() -> CashFlowDataDirectMethodCashFlow
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CashFlowDataDirectMethodCashFlow
impl<'de> Deserialize<'de> for CashFlowDataDirectMethodCashFlow
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CashFlowDataDirectMethodCashFlow
impl PartialEq for CashFlowDataDirectMethodCashFlow
Source§fn eq(&self, other: &CashFlowDataDirectMethodCashFlow) -> bool
fn eq(&self, other: &CashFlowDataDirectMethodCashFlow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CashFlowDataDirectMethodCashFlow
Auto Trait Implementations§
impl Freeze for CashFlowDataDirectMethodCashFlow
impl RefUnwindSafe for CashFlowDataDirectMethodCashFlow
impl Send for CashFlowDataDirectMethodCashFlow
impl Sync for CashFlowDataDirectMethodCashFlow
impl Unpin for CashFlowDataDirectMethodCashFlow
impl UnwindSafe for CashFlowDataDirectMethodCashFlow
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