Struct ckb_verification::cache::Completed
source · pub struct Completed {
pub cycles: Cycle,
pub fee: Capacity,
}Expand description
Completed entry
Fields§
§cycles: CycleCached tx cycles
fee: CapacityCached tx fee
Trait Implementations§
source§impl PartialEq for Completed
impl PartialEq for Completed
impl Copy for Completed
impl Eq for Completed
impl StructuralEq for Completed
impl StructuralPartialEq for Completed
Auto Trait Implementations§
impl RefUnwindSafe for Completed
impl Send for Completed
impl Sync for Completed
impl Unpin for Completed
impl UnwindSafe for Completed
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