pub enum KeyItemReason {
AboveTolerableError,
UnusualNature,
HighRisk,
ManagementOverride,
}Expand description
Reason why an item was designated as a key item (100% tested).
Variants§
AboveTolerableError
Amount ≥ tolerable error — automatically selected per ISA 530.A14.
UnusualNature
Unusual nature — related party, unusual counterparty, or non-routine transaction.
HighRisk
High-risk item originating from a significant risk area per ISA 315.28.
ManagementOverride
Manual journal entry to an automated account — management override indicator.
Trait Implementations§
Source§impl Clone for KeyItemReason
impl Clone for KeyItemReason
Source§fn clone(&self) -> KeyItemReason
fn clone(&self) -> KeyItemReason
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 KeyItemReason
impl Debug for KeyItemReason
Source§impl<'de> Deserialize<'de> for KeyItemReason
impl<'de> Deserialize<'de> for KeyItemReason
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 KeyItemReason
impl Display for KeyItemReason
Source§impl Hash for KeyItemReason
impl Hash for KeyItemReason
Source§impl PartialEq for KeyItemReason
impl PartialEq for KeyItemReason
Source§impl Serialize for KeyItemReason
impl Serialize for KeyItemReason
impl Copy for KeyItemReason
impl Eq for KeyItemReason
impl StructuralPartialEq for KeyItemReason
Auto Trait Implementations§
impl Freeze for KeyItemReason
impl RefUnwindSafe for KeyItemReason
impl Send for KeyItemReason
impl Sync for KeyItemReason
impl Unpin for KeyItemReason
impl UnsafeUnpin for KeyItemReason
impl UnwindSafe for KeyItemReason
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.