Struct interviewpuzzle::ledger::transaction::Default   [−][src]
pub(crate) struct Default;Expand description
Default transaction state assigned to transactions which have been parsed. If trasaction is of type Withdrawal or Dispute, and has never been disputed, it will remain in Defualt state
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Default
impl UnwindSafe for Default
Blanket Implementations
Mutably borrows from an owned value. Read more