Struct solana_runtime::bank::TransactionLogInfo [−][src]
pub struct TransactionLogInfo {
pub signature: Signature,
pub result: Result<()>,
pub is_vote: bool,
pub log_messages: TransactionLogMessages,
}Fields
signature: Signatureresult: Result<()>is_vote: boollog_messages: TransactionLogMessagesTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TransactionLogInfoimpl Send for TransactionLogInfoimpl Sync for TransactionLogInfoimpl Unpin for TransactionLogInfoimpl UnwindSafe for TransactionLogInfoBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V