Struct solana_runtime::bank::TransactionLogInfo
source · [−]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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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