Struct solana_runtime::bank::TransactionLogCollectorConfig [−][src]
pub struct TransactionLogCollectorConfig {
pub mentioned_addresses: HashSet<Pubkey>,
pub filter: TransactionLogCollectorFilter,
}Fields
mentioned_addresses: HashSet<Pubkey>filter: TransactionLogCollectorFilterTrait Implementations
Auto Trait Implementations
impl Send for TransactionLogCollectorConfigimpl Sync for TransactionLogCollectorConfigimpl Unpin for TransactionLogCollectorConfigimpl UnwindSafe for TransactionLogCollectorConfigBlanket 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