#[repr(u8)]pub enum TransactionTag {
Nop = 0,
Transfer = 1,
Contract = 2,
Stake = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for TransactionTag
impl RefUnwindSafe for TransactionTag
impl Send for TransactionTag
impl Sync for TransactionTag
impl Unpin for TransactionTag
impl UnwindSafe for TransactionTag
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