pub enum EventClassification {
Adjusting,
NonAdjusting,
}Expand description
Classification of a subsequent event per IAS 10.
Variants§
Adjusting
Adjusting event — provides evidence of conditions existing at the balance sheet date (IAS 10.8). The financial statements are adjusted to reflect the event.
NonAdjusting
Non-adjusting event — arises after the balance sheet date. Disclosure in the notes is required if material (IAS 10.21).
Trait Implementations§
Source§impl Clone for EventClassification
impl Clone for EventClassification
Source§fn clone(&self) -> EventClassification
fn clone(&self) -> EventClassification
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 EventClassification
impl Debug for EventClassification
Source§impl Default for EventClassification
impl Default for EventClassification
Source§fn default() -> EventClassification
fn default() -> EventClassification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventClassification
impl<'de> Deserialize<'de> for EventClassification
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 Hash for EventClassification
impl Hash for EventClassification
Source§impl PartialEq for EventClassification
impl PartialEq for EventClassification
Source§impl Serialize for EventClassification
impl Serialize for EventClassification
impl Copy for EventClassification
impl Eq for EventClassification
impl StructuralPartialEq for EventClassification
Auto Trait Implementations§
impl Freeze for EventClassification
impl RefUnwindSafe for EventClassification
impl Send for EventClassification
impl Sync for EventClassification
impl Unpin for EventClassification
impl UnsafeUnpin for EventClassification
impl UnwindSafe for EventClassification
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.