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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more