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 TransactionLogInfo
impl Send for TransactionLogInfo
impl Sync for TransactionLogInfo
impl Unpin for TransactionLogInfo
impl UnwindSafe for TransactionLogInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more