Struct ckb_verification::cache::CacheEntry [−][src]
pub struct CacheEntry {
pub cycles: Cycle,
pub fee: Capacity,
}Expand description
TX verification lru entry
Fields
cycles: CycleCached tx cycles
fee: CapacityCached tx fee
Implementations
Trait 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 CacheEntry
impl Send for CacheEntry
impl Sync for CacheEntry
impl Unpin for CacheEntry
impl UnwindSafe for CacheEntry
Blanket Implementations
Mutably borrows from an owned value. Read more