pub enum ValidatedLedgerTransactionInner {
Genesis(PreparedGenesisTransaction),
User(ValidatedUserTransaction),
Validator(PreparedRoundUpdateTransactionV1),
ProtocolUpdate(PreparedFlashTransactionV1),
}
Variants§
Genesis(PreparedGenesisTransaction)
User(ValidatedUserTransaction)
Validator(PreparedRoundUpdateTransactionV1)
ProtocolUpdate(PreparedFlashTransactionV1)
Auto Trait Implementations§
impl Freeze for ValidatedLedgerTransactionInner
impl RefUnwindSafe for ValidatedLedgerTransactionInner
impl Send for ValidatedLedgerTransactionInner
impl Sync for ValidatedLedgerTransactionInner
impl Unpin for ValidatedLedgerTransactionInner
impl UnwindSafe for ValidatedLedgerTransactionInner
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