pub enum TranslationMethod {
CurrentRate,
Temporal,
MonetaryNonMonetary,
}Expand description
Currency translation method for financial statement consolidation.
Variants§
CurrentRate
Current rate method - all items at closing rate (except equity at historical).
Temporal
Temporal method - monetary items at closing, non-monetary at historical.
MonetaryNonMonetary
Monetary/Non-monetary method.
Trait Implementations§
Source§impl Clone for TranslationMethod
impl Clone for TranslationMethod
Source§fn clone(&self) -> TranslationMethod
fn clone(&self) -> TranslationMethod
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 Debug for TranslationMethod
impl Debug for TranslationMethod
Source§impl PartialEq for TranslationMethod
impl PartialEq for TranslationMethod
impl Eq for TranslationMethod
impl StructuralPartialEq for TranslationMethod
Auto Trait Implementations§
impl Freeze for TranslationMethod
impl RefUnwindSafe for TranslationMethod
impl Send for TranslationMethod
impl Sync for TranslationMethod
impl Unpin for TranslationMethod
impl UnwindSafe for TranslationMethod
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.