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)

Tuple Fields

0: 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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.