Enum snapps_txn_reference_impl::condition::OrIgnore [−][src]
pub enum OrIgnore<T> {
Check(T),
Ignore,
}
Expand description
The OrIgnore<T>
type is an enum type parameterised by a type T
.
Variants
Check(T)
The value of the field must match the given condition in order to apply the transaction.
Ignore
The value of the field is not considered when applying the transaction.