pub struct MemPoolAcceptWorkspace { /* private fields */ }
Expand description
| All the intermediate state that gets | passed between the various levels of | checking a given transaction. |
Trait Implementations§
source§impl From<&Amo<Transaction>> for MemPoolAcceptWorkspace
impl From<&Amo<Transaction>> for MemPoolAcceptWorkspace
source§fn from(ptx: &TransactionRef) -> Self
fn from(ptx: &TransactionRef) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for MemPoolAcceptWorkspace
impl !Send for MemPoolAcceptWorkspace
impl !Sync for MemPoolAcceptWorkspace
impl Unpin for MemPoolAcceptWorkspace
impl !UnwindSafe for MemPoolAcceptWorkspace
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