pub enum NoteCategory {
AccountingPolicy,
DetailDisclosure,
Contingency,
SubsequentEvent,
RelatedParty,
SegmentInformation,
StandardSpecific,
}Expand description
High-level category of a note to the financial statements.
Variants§
AccountingPolicy
Summary of significant accounting policies (IAS 1.117 / ASC 235-10).
DetailDisclosure
Detailed breakdown supporting a line item on the face of the statements.
Contingency
Provisions, contingent liabilities, and contingent assets (IAS 37 / ASC 450).
SubsequentEvent
Events after the reporting period (IAS 10 / ASC 855).
RelatedParty
Related party transactions and balances (IAS 24 / ASC 850).
SegmentInformation
Operating segment disclosures (IFRS 8 / ASC 280).
StandardSpecific
Disclosures specific to a particular accounting standard.
Trait Implementations§
Source§impl Clone for NoteCategory
impl Clone for NoteCategory
Source§fn clone(&self) -> NoteCategory
fn clone(&self) -> NoteCategory
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 NoteCategory
impl Debug for NoteCategory
Source§impl Default for NoteCategory
impl Default for NoteCategory
Source§fn default() -> NoteCategory
fn default() -> NoteCategory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NoteCategory
impl<'de> Deserialize<'de> for NoteCategory
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 NoteCategory
impl PartialEq for NoteCategory
Source§impl Serialize for NoteCategory
impl Serialize for NoteCategory
impl Copy for NoteCategory
impl Eq for NoteCategory
impl StructuralPartialEq for NoteCategory
Auto Trait Implementations§
impl Freeze for NoteCategory
impl RefUnwindSafe for NoteCategory
impl Send for NoteCategory
impl Sync for NoteCategory
impl Unpin for NoteCategory
impl UnsafeUnpin for NoteCategory
impl UnwindSafe for NoteCategory
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.