Enum solana_entry::entry::EntryType
source · pub enum EntryType {
Transactions(Vec<SanitizedTransaction>),
Tick(Hash),
}Expand description
Typed entry to distinguish between transaction and tick entries
Variants
Transactions(Vec<SanitizedTransaction>)
Tick(Hash)
Auto Trait Implementations
impl RefUnwindSafe for EntryType
impl Send for EntryType
impl Sync for EntryType
impl Unpin for EntryType
impl UnwindSafe for EntryType
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more