pub enum TxnFlag {
Pending,
Posted,
Pad,
Balance,
}Expand description
The flag of a Transaction.
Variants§
Pending
transactions flagged by ?.
Posted
transactions flagged by txn or *.
Pad
pad directives.
Balance
balance directives.
Trait Implementations§
Source§impl Ord for TxnFlag
impl Ord for TxnFlag
Source§impl PartialOrd for TxnFlag
impl PartialOrd for TxnFlag
impl Copy for TxnFlag
impl Eq for TxnFlag
impl StructuralPartialEq for TxnFlag
Auto Trait Implementations§
impl Freeze for TxnFlag
impl RefUnwindSafe for TxnFlag
impl Send for TxnFlag
impl Sync for TxnFlag
impl Unpin for TxnFlag
impl UnwindSafe for TxnFlag
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