pub enum SoxAssertion {
Existence,
Completeness,
Valuation,
RightsAndObligations,
PresentationAndDisclosure,
}Expand description
SOX 404 financial statement assertions.
Variants§
Existence
Transactions and events have been recorded
Completeness
All transactions have been recorded
Valuation
Amounts are recorded at appropriate values
RightsAndObligations
Entity has rights to assets and obligations for liabilities
PresentationAndDisclosure
Components are properly classified and disclosed
Trait Implementations§
Source§impl Clone for SoxAssertion
impl Clone for SoxAssertion
Source§fn clone(&self) -> SoxAssertion
fn clone(&self) -> SoxAssertion
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 SoxAssertion
impl Debug for SoxAssertion
Source§impl<'de> Deserialize<'de> for SoxAssertion
impl<'de> Deserialize<'de> for SoxAssertion
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 Display for SoxAssertion
impl Display for SoxAssertion
Source§impl PartialEq for SoxAssertion
impl PartialEq for SoxAssertion
Source§impl Serialize for SoxAssertion
impl Serialize for SoxAssertion
impl Copy for SoxAssertion
impl Eq for SoxAssertion
impl StructuralPartialEq for SoxAssertion
Auto Trait Implementations§
impl Freeze for SoxAssertion
impl RefUnwindSafe for SoxAssertion
impl Send for SoxAssertion
impl Sync for SoxAssertion
impl Unpin for SoxAssertion
impl UnwindSafe for SoxAssertion
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.