enum CacheServiceUpdate {
TransactionUpdate {
slot: Slot,
transaction_fee: u64,
writable_accounts: Arc<Vec<Pubkey>>,
},
BankFrozen {
slot: Slot,
},
Exit,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for CacheServiceUpdate
impl Send for CacheServiceUpdate
impl Sync for CacheServiceUpdate
impl Unpin for CacheServiceUpdate
impl UnwindSafe for CacheServiceUpdate
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