pub struct CompareInvMempoolOrder { /* private fields */ }Implementations§
Trait Implementations§
source§impl Comparator<u256> for CompareInvMempoolOrder
impl Comparator<u256> for CompareInvMempoolOrder
§fn then_comparing<U>(self, other: U) -> ThenComparing<Self, U>where
Self: Sized,
U: Comparator<T>,
fn then_comparing<U>(self, other: U) -> ThenComparing<Self, U>where Self: Sized, U: Comparator<T>,
Chains two comparators. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for CompareInvMempoolOrder
impl Send for CompareInvMempoolOrder
impl Sync for CompareInvMempoolOrder
impl Unpin for CompareInvMempoolOrder
impl !UnwindSafe for CompareInvMempoolOrder
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more